API Reference
Command
New-HtmlXInputGroupLinkAddon
Adds a link addon to the current input group.
Remarks
Use inside New-HtmlXInputGroup { }.
Examples
New-HtmlXInputGroupLinkAddon -Text "Docs" -Href "/docs/"
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-HtmlXInputGroupLinkAddon [-Href <string>] [-Right] [-Text <string>] [<CommonParameters>]#Parameters
- Href string
- Link href target.
- Right SwitchParameter
- Place the addon on the right side.
- Text string
- Link text.
Outputs
HtmlForgeX.TablerInputGroup