AdRotator::TagKey Property
.NET Framework (current version)
Gets the HTML tag for the AdRotator control.
Assembly: System.Web (in System.Web.dll)
protected: property HtmlTextWriterTag TagKey { virtual HtmlTextWriterTag get() override; }
Property Value
Type: System.Web.UI::HtmlTextWriterTagAn 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: