15 references to
System.Web (15)
UI\HtmlControls\HtmlAnchor.cs (1)
47
public HtmlAnchor() :
base
("a") {
UI\HtmlControls\HtmlAudio.cs (1)
27
:
base
("audio") {
UI\HtmlControls\HtmlButton.cs (1)
46
public HtmlButton() :
base
("button") {
UI\HtmlControls\HtmlContainerControl.cs (1)
36
protected HtmlContainerControl() :
this
("span") {
UI\HtmlControls\HtmlElement.cs (1)
14
public HtmlElement() :
base
("html") {
UI\HtmlControls\HtmlEmbed.cs (1)
14
public HtmlEmbed() :
base
("embed") {
UI\HtmlControls\HtmlIframe.cs (1)
14
public HtmlIframe() :
base
("iframe") {
UI\HtmlControls\HtmlSelect.cs (1)
77
public HtmlSelect() :
base
("select") {
UI\HtmlControls\HtmlTable.cs (1)
35
public HtmlTable() :
base
("table") {
UI\HtmlControls\HtmlTableCell.cs (2)
38
public HtmlTableCell() :
base
("td") {
44
public HtmlTableCell(string tagName) :
base
(tagName) {
UI\HtmlControls\HtmlTableRow.cs (1)
32
public HtmlTableRow() :
base
("tr") {
UI\HtmlControls\HtmlTextArea.cs (1)
46
public HtmlTextArea() :
base
("textarea") {
UI\HtmlControls\HtmlVideo.cs (1)
26
public HtmlVideo() :
base
("video") {
UI\HtmlForm.cs (1)
42
:
base
("form") {