BootstrapClientHyperLink.SetBadgeText(text) Method
Sets the text displayed within the hyperlink badge.
Declaration
SetBadgeText(
text: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | A String specifying the badge text. |
See Also