ASPxClientPopupControlBase.GetContentUrl Method
In This Article
Returns the URL pointing to the web page displayed within the control’s window.
#Declaration
TypeScript
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