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