System.Web.UI.HtmlControls.HtmlInputControl.Value Property

Gets or sets the value associated with the System.Web.UI.HtmlControls.HtmlInputControl control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public virtual string Value { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to specify or determine the value associated with the System.Web.UI.HtmlControls.HtmlInputControl control. The HtmlInputControl.Value property is equivalent to the value attribute of HTML elements.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0