BulletedList.TagKey Propiedad

Definición

Obtiene el valor HtmlTextWriterTag para el control BulletedList especificado.

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

Valor de etiqueta del sistema de escritura de texto HTML.

Comentarios

Utilice la TagKey propiedad para determinar el HtmlTextWriterTag valor asociado al BulletedList control . La TagKey propiedad se usa principalmente por los desarrolladores de controles.

Se aplica a

Consulte también