HtmlForgeX

API Reference

Command

New-HtmlXCardBody

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerCardBody

Adds a body section to the current Tabler card.

Remarks

Use inside New-HtmlXCard { }.

Examples

Imported script example

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 optionalposition: 0pipeline: false
Scriptblock that emits body content.
Text string optionalposition: namedpipeline: false
Simple body text.
Title string optionalposition: namedpipeline: false
Body title text.

Outputs

HtmlForgeX.TablerCardBody