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