ChangePassword.TagKey 属性

定义

获取对应于 HtmlTextWriterTag 控件的 ChangePassword 值。Gets the HtmlTextWriterTag value that corresponds to a ChangePassword control. 此属性主要由控件开发人员使用。This property is used primarily by control developers.

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 控件的 ChangePassword 值。The HtmlTextWriterTag value for the ChangePassword control. 始终返回 HtmlTextWriterTag.TableAlways returns HtmlTextWriterTag.Table.

注解

使用 TagKey 属性可确定 HtmlTextWriterTag 与控件相关联的值 ChangePasswordUse the TagKey property to determine the HtmlTextWriterTag value that is associated with a ChangePassword control.

TagKey属性允许输出流为控件写入适当的 HTML 标记 ChangePasswordThe TagKey property allows the output stream to write the appropriate HTML markup for the ChangePassword control.

此属性主要由控件开发人员使用。This property is used primarily by control developers.

继承者说明

可以重写此属性,以指定 HtmlTextWriterTag 要用于派生控件的值。You can override this property to specify which HtmlTextWriterTag value to use for your derived control.

适用于