HtmlForgeX

API Reference

Command

New-HtmlXRow

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerRow

Creates a row container for column layouts.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

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 optionalposition: 0pipeline: false
Scriptblock that builds column elements inside the row.

Outputs

HtmlForgeX.TablerRow