Represents a data object that could be rendered to
HTML element.
Inheritance Hierarchy SystemObject
Kentico.Web.MvcHtmlOptionItem
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax public class HtmlOptionItem
The HtmlOptionItem type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Disabled |
Gets or sets a value that indicates whether this HtmlOptionItem is disabled.
This property is typically rendered as a attribute in the HTML element.
|
| Selected |
Gets or sets a value that indicates whether this HtmlOptionItem is selected.
This property is typically rendered as a attribute in the HTML element.
|
| Text |
Gets or sets a value that indicates the display text of this HtmlOptionItem.
This property is typically rendered as the inner HTML in the HTML element.
|
| Value |
Gets or sets a value that indicates the value of this HtmlOptionItem.
This property is typically rendered as a attribute in the HTML element.
|
TopSee Also