Click or drag to resize

AccessibleWebControlTagKey Property

Gets the HtmlTextWriterTag value that corresponds to this Web server control.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
protected override HtmlTextWriterTag TagKey { get; }

Property Value

Type: HtmlTextWriterTag
One of the HtmlTextWriterTag enumeration values.
See Also