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