2 writes to ImageUrl
System.Web (1)
UI\WebControls\AdRotator.cs (1)
736adArgs.ImageUrl = ResolveAdRotatorUrl(BaseUrl, adArgs.ImageUrl);
System.Web.Mobile (1)
UI\MobileControls\AdRotator.cs (1)
265e.ImageUrl = (String) e.AdProperties[ImageKey];
3 references to ImageUrl
System.Web (2)
UI\WebControls\AdRotator.cs (2)
736adArgs.ImageUrl = ResolveAdRotatorUrl(BaseUrl, adArgs.ImageUrl); 827string imageUrl = adArgs.ImageUrl;
System.Web.Mobile (1)
UI\MobileControls\AdRotator.cs (1)
274_image.ImageUrl = ResolveAdRotatorUrl(e.ImageUrl);