API Reference
Command
New-HtmlXCardBody
Adds a body section to the current Tabler card.
Remarks
Use inside New-HtmlXCard { }.
Examples
New-HtmlXCardBody {
New-HtmlXCardBody -Text "All systems operational."
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-HtmlXCardBody [-Content <ScriptBlock>] [-Text <string>] [-Title <string>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that emits body content.
- Text string
- Simple body text.
- Title string
- Body title text.
Outputs
HtmlForgeX.TablerCardBody