Click or drag to resize
HtmlOptionItemValue Property
Gets or sets a value that indicates the value of this HtmlOptionItem. This property is typically rendered as a
value="..."
attribute in the
<option>
HTML element.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public string Value { get; set; }

Property Value

Type: String
See Also