API Reference
Command
New-HtmlXBreadcrumb
Creates a breadcrumb navigation element.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXBreadcrumb {
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-HtmlXBreadcrumb [-Content <ScriptBlock>] [-AriaLabel <string>] [-Separator <Default|Slash|Arrow|Dot|Pipe>] [-Style <Default|Dots|Arrows|Bullets>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that returns breadcrumb item options.
- AriaLabel string
- Aria label for the breadcrumb.
- Separator TablerBreadcrumbSeparator
- Breadcrumb separator style. Possible values: Default, Slash, Arrow, Dot, Pipe
- Possible values:
Default,Slash,Arrow,Dot,Pipe - Style TablerBreadcrumbStyle
- Breadcrumb style preset. Possible values: Default, Dots, Arrows, Bullets
- Possible values:
Default,Dots,Arrows,Bullets
Outputs
HtmlForgeX.TablerBreadcrumb