get_url();
set_url(value);
Object.defineProperty('url');
Type | Description |
---|---|
string | The URL to load for the image. Default value is null. |
If the UrlMode is AjaxDataUrl or AjaxXml and the result image is and HTML Image Element (IsHTMLImageElement is true), there is the chance that the src
attribute of Element will not be equal to the original Url; instead it may be a data/blob URI.
See Run and ImageLoaderUrlMode for more information.