API Reference
Command
New-HtmlXFormSection
Adds a form section with an optional title.
Remarks
Use inside New-HtmlXForm { }.
Examples
New-HtmlXFormSection -Title "Profile" {
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-HtmlXFormSection [-Content <ScriptBlock>] [-Title <string>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that adds section rows.
- Title string
- Section title.
Outputs
HtmlForgeX.TablerFormSection