PasswordRecovery.TagKey Property
.NET Framework 3.0
Gets the HtmlTextWriterTag value that corresponds to a PasswordRecovery control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the TagKey property to determine the HtmlTextWriterTag value that is associated with a PasswordRecovery control.
The TagKey property allows the output stream to write the appropriate HTML markup for the PasswordRecovery control.
This property is used primarily by control developers.
Notes to Inheritors: You can override this property to specify which HtmlTextWriterTag value to use for your derived control.Community Additions
ADD
Show: