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