Property Value
| Improve this Doc View SourceValue
The value of the <input> element.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Passed through to the generated HTML in all cases. Also used to determine the generated "checked" attribute
if InputTypeName is "radio". Must not be null
in that case.