DetailsView.TagKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 DetailsView 控件的 HtmlTextWriterTag 值。
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
属性值
如果 EnablePagingCallbacks 为 true
,则此属性返回 Div。 否则,将返回 Table。
注解
该 TagKey 属性允许输出流为 DetailsView 控件编写相应的 HTML 标记。
继承者说明
可以重写此属性以指定要 HtmlTextWriterTag 用于派生控件的值。