AdRotator.TagKey 属性

定义

获取 AdRotator 控件的 HTML 标记。

protected:
 virtual property System::Web::UI::HtmlTextWriterTag TagKey { System::Web::UI::HtmlTextWriterTag get(); };
protected override System.Web.UI.HtmlTextWriterTag TagKey { get; }
member this.TagKey : System.Web.UI.HtmlTextWriterTag
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag

属性值

HtmlTextWriterTag

一个 HtmlTextWriterTag 枚举值,表示 AdRotator 控件的 HTML 标记。

注解

此属性主要由控件开发人员使用。

使用 TagKey 属性确定 HtmlTextWriterTagAdRotator 控件关联的值。 此属性重写基实现以始终返回 HtmlTextWriterTag.A

适用于