3 overrides of Value
System.Web (3)
UI\HtmlControls\HtmlInputFile.cs (1)
158public override string Value {
UI\HtmlControls\HtmlInputRadioButton.cs (1)
98public override string Value {
UI\HtmlControls\HtmlInputText.cs (1)
121public override string Value {
3 writes to Value
System.Web (3)
UI\HtmlControls\HtmlInputGenericControl.cs (1)
87Value = inputString;
UI\HtmlControls\HtmlInputHidden.cs (1)
121Value = text;
UI\HtmlControls\HtmlInputRadioButton.cs (1)
113base.Value = value;
3 references to Value
System.Web (3)
UI\HtmlControls\HtmlInputGenericControl.cs (1)
81string current = Value;
UI\HtmlControls\HtmlInputHidden.cs (1)
115string current = Value;
UI\HtmlControls\HtmlInputRadioButton.cs (1)
100string val = base.Value;