ASPxClientPopupControl.GetWindowContentUrl(window) Method
In This Article
Returns the URL pointing to the web page displayed within the control’s specific popup window.
#Declaration
TypeScript
GetWindowContentUrl(
window: ASPxClientPopupWindow
): string
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
#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