LoginStatus.TagKey Propiedad

Definición

Obtiene el valor HtmlTextWriterTag del control LoginStatus.

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

Valor de propiedad

HtmlTextWriterTag

Siempre devuelve A.

Comentarios

La TagKey propiedad permite que el flujo de salida escriba el marcado HTML adecuado para el LoginStatus control. La TagKey propiedad se usa principalmente por los desarrolladores de controles.

Notas a los desarrolladores de herederos

Puede invalidar esta propiedad para especificar qué HtmlTextWriterTag valor se va a usar para el control derivado.

Se aplica a

Consulte también