HtmlInputControl::Value Property
.NET Framework (current version)
Gets or sets the value associated with the HtmlInputControl control.
Assembly: System.Web (in System.Web.dll)
public: property String^ Value { virtual String^ get(); virtual void set(String^ value); }
Use this property to specify or determine the value associated with the HtmlInputControl control. The Value property is equivalent to the value attribute of HTML elements.
.NET Framework
Available since 1.1
Available since 1.1
Show: