4 references to
System.Web (4)
UI\HtmlControls\HtmlInputReset.cs (2)
40
public HtmlInputReset() :
base
("reset") {
51
public HtmlInputReset(string type) :
base
(type) {
UI\HtmlControls\HtmlInputSubmit.cs (2)
51
public HtmlInputSubmit() :
base
("submit") {
62
public HtmlInputSubmit(string type) :
base
(type) {