API Reference
Command
New-HtmlXRow
Creates a row container for column layouts.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXRow {
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-HtmlXRow [-Content <ScriptBlock>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that builds column elements inside the row.
Outputs
HtmlForgeX.TablerRow