API Reference
Command
New-HtmlXCard
Creates a card container with optional header title.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXCard {
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-HtmlXCard [-Content <ScriptBlock>] [-Title <string>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that builds card body content.
- Title string
- Optional card title rendered in the card header.
Outputs
HtmlForgeX.TablerCard