Label.TagKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于呈现 Label 控件的 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 的 Label 值。
注解
使用 TagKey 属性确定 HtmlTextWriterTag 与 Label 控件关联的值。 该 TagKey 属性主要由控件开发人员使用。