HtmlForgeX

API Reference

Command

New-HtmlXCard

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerCard

Creates a card container with optional header title.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

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 optionalposition: 0pipeline: false
Scriptblock that builds card body content.
Title string optionalposition: namedpipeline: false
Optional card title rendered in the card header.

Outputs

HtmlForgeX.TablerCard