BootstrapClientHyperLink.SetBadgeIconCssClass(cssClass) Method
Sets the CSS class of the icon displayed within the hyperlink badge.
Declaration
SetBadgeIconCssClass(
cssClass: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| cssClass | string | A string containing the name of a CSS class. |
See Also