Skip to main content

BootstrapPopupWindow Class

#Declaration

TypeScript
class BootstrapPopupWindow

#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.

#Properties

#index Property

#Declaration

TypeScript
readonly index: number

#Property Value

Type
number

#name Property

#Declaration

TypeScript
readonly name: string

#Property Value

Type
string

#popupControl Property

#Declaration

TypeScript
readonly popupControl: BootstrapPopupControl | null

#Property Value

Type
BootstrapPopupControl
null

#Methods

#getFooterImageUrl Method

#Declaration

TypeScript
getFooterImageUrl(): string

#Returns

Type
string

#getFooterNavigateUrl Method

#Declaration

TypeScript
getFooterNavigateUrl(): string

#Returns

Type
string

#getFooterText Method

#Declaration

TypeScript
getFooterText(): string

#Returns

Type
string

#getHeaderImageUrl Method

#Declaration

TypeScript
getHeaderImageUrl(): string

#Returns

Type
string

#getHeaderNavigateUrl Method

#Declaration

TypeScript
getHeaderNavigateUrl(): string

#Returns

Type
string

#getHeaderText Method

#Declaration

TypeScript
getHeaderText(): string

#Returns

Type
string

#setFooterImageUrl(value) Method

#Declaration

TypeScript
setFooterImageUrl(
    value: string
): void

#Parameters

Name Type
value string

#setFooterNavigateUrl(value) Method

#Declaration

TypeScript
setFooterNavigateUrl(
    value: string
): void

#Parameters

Name Type
value string

#setFooterText(value) Method

#Declaration

TypeScript
setFooterText(
    value: string
): void

#Parameters

Name Type
value string

#setHeaderImageUrl(value) Method

#Declaration

TypeScript
setHeaderImageUrl(
    value: string
): void

#Parameters

Name Type
value string

#setHeaderNavigateUrl(value) Method

#Declaration

TypeScript
setHeaderNavigateUrl(
    value: string
): void

#Parameters

Name Type
value string

#setHeaderText(value) Method

#Declaration

TypeScript
setHeaderText(
    value: string
): void

#Parameters

Name Type
value string