AdRotator.TagKey Property
.NET Framework 3.0
Gets the HTML tag for the AdRotator control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected HtmlTextWriterTag get_TagKey ()
protected override function get TagKey () : HtmlTextWriterTag
Not applicable.
Property Value
An HtmlTextWriterTag enumeration value representing the HTML tag for an AdRotator control.This property is used primarily by control developers.
Use the TagKey property to determine the HtmlTextWriterTag value associated with an AdRotator control. This property overrides the base implementation to always return HtmlTextWriterTag.A.
Community Additions
ADD
Show: