11 references to
System.Web (11)
UI\HtmlControls\HtmlInputButton.cs (2)
53
public HtmlInputButton() :
base
("button") {
64
public HtmlInputButton(string type) :
base
(type) {
UI\HtmlControls\HtmlInputCheckBox.cs (1)
48
public HtmlInputCheckBox() :
base
("checkbox") {
UI\HtmlControls\HtmlInputFile.cs (1)
54
public HtmlInputFile() :
base
("file") {
UI\HtmlControls\HtmlInputGenericControl.cs (2)
33
public HtmlInputGenericControl() :
base
("text") {
41
:
base
(type) {
UI\HtmlControls\HtmlInputHidden.cs (1)
42
public HtmlInputHidden() :
base
("hidden") {
UI\HtmlControls\HtmlInputImage.cs (1)
49
public HtmlInputImage() :
base
("image") {
UI\HtmlControls\HtmlInputRadioButton.cs (1)
44
public HtmlInputRadioButton() :
base
("radio") {
UI\HtmlControls\HtmlInputText.cs (2)
47
public HtmlInputText() :
base
("text") {
56
public HtmlInputText(string type) :
base
(type) {