Skip to main content

ASPxClientPopupControl.GetWindowContentUrl(window) Method

Returns the URL pointing to the web page displayed within the control’s specific popup window.

Declaration

GetWindowContentUrl(
    window: ASPxClientPopupWindow
): string

Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object representing the required popup window.

Returns

Type Description
string

A string value representing the URL to the web page displayed within the specified popup window.

Remarks

The GetWindowContentUrl method can be used on the client side to obtain the URL to the web page displayed within the ASPxClientPopupControl‘s specific popup window. The popup window is specified by the window parameter.

See Also