Version

imageUrl Property

Gets sets image url. Note: the "text" property has priority over IMG. However, if text contains "{0}" flag, then that flag is replaced by IMG with get_imageUrl().
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_imageUrl() : {Any}
function set_imageUrl(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfAjaxIndicator.get_imageUrl();

Return Value

The url for IMG of ajax indicator.
See Also