BulletedList.TagKey Proprietà

Definizione

Ottiene il valore HtmlTextWriterTag per il controllo BulletedList specificato.

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

Valore della proprietà

HtmlTextWriterTag

Il valore del tag del writer di testo HTML.

Commenti

Utilizzare la TagKey proprietà per determinare il HtmlTextWriterTag valore associato al BulletedList controllo . La TagKey proprietà viene usata principalmente dagli sviluppatori di controlli.

Si applica a

Vedi anche