InputTagHelper.Value Property

Definition

The value of the <input> element.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

Property Value

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.

Applies to