ASPxClientMediaFileSelector.GetUrl Method
In This Article
Returns a URL text from the URL text box in Html Editor’s media dialogs.
#Declaration
TypeScript
GetUrl(): string
#Returns
Type | Description |
---|---|
string | A string specifying the URL text. |
#Remarks
Use the ASPxClientMediaFileSelector.SetUrl method to set the URL text to the URL text box in the Html Editor’s media dialogs.
See Also