4 references to AdProperties
System.Web (1)
UI\WebControls\AdRotator.cs (1)
815IDictionary adProps = adArgs.AdProperties;
System.Web.Mobile (3)
UI\MobileControls\AdRotator.cs (3)
263if (e.AdProperties != null) 265e.ImageUrl = (String) e.AdProperties[ImageKey]; 266e.NavigateUrl = (String) e.AdProperties[NavigateUrlKey];