3 references to ImageUrlElement
System.Web (3)
UI\WebControls\AdCreatedEventArgs.cs (1)
57
this.imageUrl = GetAdProperty(
ImageUrlElement
, imageUrlField);
UI\WebControls\AdRotator.cs (2)
155
DefaultValue(AdCreatedEventArgs.
ImageUrlElement
),
161
return((s != null) ? s : AdCreatedEventArgs.
ImageUrlElement
);