Skip to main content

BootstrapHyperLink Class

#Declaration

TypeScript
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

TypeScript
getBadgeIconCssClass(): string
Type
string
TypeScript
getBadgeText(): string
Type
string
TypeScript
getCaption(): string
Type
string
TypeScript
getEnabled(): boolean
Type
boolean
TypeScript
getNavigateUrl(): string
Type
string
TypeScript
getText(): string
Type
string
TypeScript
getValue(): any
Type
any
TypeScript
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
TypeScript
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
TypeScript
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
TypeScript
setBadgeIconCssClass(
    cssClass: string
): void
Name Type
cssClass string
TypeScript
setBadgeText(
    text: string
): void
Name Type
text string
TypeScript
setCaption(
    caption: string
): void
Name Type
caption string
TypeScript
setEnabled(
    value: boolean
): void
Name Type
value boolean
TypeScript
setNavigateUrl(
    url: string
): void
Name Type
url string
TypeScript
setText(
    text: string
): void
Name Type
text string
TypeScript
setValue(
    value: any
): void
Name Type
value any