Skip to main content

BootstrapHyperLink Class

Declaration

class BootstrapHyperLink extends Control

Remarks

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.

Inheritance

Control
BootstrapHyperLink

Methods

getBadgeIconCssClass(): string
Type
string
getBadgeText(): string
Type
string
getCaption(): string
Type
string
getEnabled(): boolean
Type
boolean
getNavigateUrl(): string
Type
string
getText(): string
Type
string
getValue(): any
Type
any
off<K extends keyof BootstrapHyperLinkEventMap>(
    eventName?: K,
    callback?: (this: BootstrapHyperLink,
    args?: BootstrapHyperLinkEventMap[K]) => void
): this
Name Type
eventName K
callback (this: BootstrapHyperLink, args?: BootstrapHyperLinkEventMap[K]) => void
Name Type
K keyof
Type
this
on<K extends keyof BootstrapHyperLinkEventMap>(
    eventName: K,
    callback: (this: BootstrapHyperLink,
    args?: BootstrapHyperLinkEventMap[K]) => void
): this
Name Type
eventName K
callback (this: BootstrapHyperLink, args?: BootstrapHyperLinkEventMap[K]) => void
Name Type
K keyof
Type
this
once<K extends keyof BootstrapHyperLinkEventMap>(
    eventName: K,
    callback: (this: BootstrapHyperLink,
    args?: BootstrapHyperLinkEventMap[K]) => void
): this
Name Type
eventName K
callback (this: BootstrapHyperLink, args?: BootstrapHyperLinkEventMap[K]) => void
Name Type
K keyof
Type
this
setBadgeIconCssClass(
    cssClass: string
): void
Name Type
cssClass string
setBadgeText(
    text: string
): void
Name Type
text string
setCaption(
    caption: string
): void
Name Type
caption string
setEnabled(
    value: boolean
): void
Name Type
value boolean
setNavigateUrl(
    url: string
): void
Name Type
url string
setText(
    text: string
): void
Name Type
text string
setValue(
    value: any
): void
Name Type
value any