HtmlForgeX

API Reference

Command

New-HtmlXCardFooter

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerCardFooter

Adds a footer section to the current Tabler card.

Remarks

Use inside New-HtmlXCard { }.

Examples

Imported script example

New-HtmlXCardFooter -Text "Generated $(Get-Date -Format 'yyyy-MM-dd HH:mm')"
        

New-HtmlXCardFooter -Text "Updated $(Get-Date -Format 'yyyy-MM-dd HH:mm')"
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXCardFooter [-Content <ScriptBlock>] [-Text <string>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that emits footer content.
Text string optionalposition: namedpipeline: false
Footer text content.

Outputs

HtmlForgeX.TablerCardFooter