BootstrapHyperLink Class
Declaration
class BootstrapHyperLink extends Control
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Methods
getBadgeIconCssClass Method
Declaration
getBadgeIconCssClass(): string
Returns
getBadgeText Method
Declaration
getBadgeText(): string
Returns
getCaption Method
Declaration
getCaption(): string
Returns
getEnabled Method
Declaration
getEnabled(): boolean
Returns
getNavigateUrl Method
Declaration
getNavigateUrl(): string
Returns
getText Method
Declaration
getText(): string
Returns
getValue Method
Declaration
getValue(): any
Returns
off<K> Method
Declaration
off<K extends keyof BootstrapHyperLinkEventMap>(
eventName?: K,
callback?: (this: BootstrapHyperLink,
args?: BootstrapHyperLinkEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapHyperLink, args?: BootstrapHyperLinkEventMap[K]) => void |
Type Parameters
Returns
on<K>(eventName, callback) Method
Declaration
on<K extends keyof BootstrapHyperLinkEventMap>(
eventName: K,
callback: (this: BootstrapHyperLink,
args?: BootstrapHyperLinkEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapHyperLink, args?: BootstrapHyperLinkEventMap[K]) => void |
Type Parameters
Returns
once<K>(eventName, callback) Method
Declaration
once<K extends keyof BootstrapHyperLinkEventMap>(
eventName: K,
callback: (this: BootstrapHyperLink,
args?: BootstrapHyperLinkEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapHyperLink, args?: BootstrapHyperLinkEventMap[K]) => void |
Type Parameters
Returns
setBadgeIconCssClass(cssClass) Method
Declaration
setBadgeIconCssClass(
cssClass: string
): void
Parameters
Name |
Type |
cssClass |
string |
setBadgeText(text) Method
Declaration
setBadgeText(
text: string
): void
Parameters
setCaption(caption) Method
Declaration
setCaption(
caption: string
): void
Parameters
setEnabled(value) Method
Declaration
setEnabled(
value: boolean
): void
Parameters
setNavigateUrl(url) Method
Declaration
setNavigateUrl(
url: string
): void
Parameters
setText(text) Method
Declaration
setText(
text: string
): void
Parameters
setValue(value) Method
Declaration
setValue(
value: any
): void
Parameters