ASPxClientPopupControlBase.GetContentUrl Method
Returns the URL pointing to the web page displayed within the control’s window.
Declaration
GetContentUrl(): string
Returns
Type | Description |
---|---|
string | A string value that is the URL to the web page displayed within the control’s window. |
Remarks
The GetContentUrl method can be used on the client side to obtain the URL to the web page displayed within the control’s window. The web page’s URL can be either an absolute or relative path.
See Also