Class HtmlBuilder
Tools for rendering HTML imperatively.
Inherited Members
Namespace: Eighty.Twenty
Assembly: Eighty.dll
Syntax
public abstract class HtmlBuilder
Properties
| Improve this Doc View SourceNull
An HtmlBuilder which generates an empty HTML document
Declaration
public static HtmlBuilder Null { get; }
Property Value
Type | Description |
---|---|
HtmlBuilder | An HtmlBuilder which generates an empty HTML document |
Methods
| Improve this Doc View Sourcea(Attr[])
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(IEnumerable<Attr>)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(String, String, String, String, String, String, String, String, String, String, String)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string href = null, string rel = null, string target = null, string type = null, string download = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | href | |
String | rel | |
String | target | |
String | type | |
String | download |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr[])
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(IEnumerable<Attr>)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(String, String, String, String, String, String)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr[])
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(IEnumerable<Attr>)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(String, String, String, String, String, String)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr[])
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(IEnumerable<Attr>)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(String, String, String, String, String, String)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr[])
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(IEnumerable<Attr>)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(String, String, String, String, String, String)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr[])
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(IEnumerable<Attr>)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string preload = null, string volume = null, bool autoplay = false, bool loop = false, bool muted = false, bool controls = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | src | |
String | preload | |
String | volume | |
Boolean | autoplay | |
Boolean | loop | |
Boolean | muted | |
Boolean | controls |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr[])
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(IEnumerable<Attr>)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(String, String, String, String, String, String)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
base(Attr[])
Write a base element.
Declaration
protected void base(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
base(IEnumerable<Attr>)
Write a base element.
Declaration
protected void base(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
base(String, String, String, String, String, String, String, String)
Write a base element.
Declaration
protected void base(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string href = null, string target = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | href | |
String | target |
bdi(Attr[])
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(IEnumerable<Attr>)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(String, String, String, String, String, String, String)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string dir = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | dir |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr[])
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(IEnumerable<Attr>)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(String, String, String, String, String, String, String)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string dir = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | dir |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr[])
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(IEnumerable<Attr>)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(String, String, String, String, String, String)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr[])
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(IEnumerable<Attr>)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(String, String, String, String, String, String)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
br(Attr[])
Write a br element.
Declaration
protected void br(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
br(IEnumerable<Attr>)
Write a br element.
Declaration
protected void br(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
br(String, String, String, String, String, String)
Write a br element.
Declaration
protected void br(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Build()
Override this method to write your HTML.
Declaration
protected abstract void Build()
button(Attr[])
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(IEnumerable<Attr>)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(String, String, String, String, String, String, String, String, String, Boolean, Boolean, String, String, String, String, String, String, String, String, Boolean)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string type = null, string value = null, bool autofocus = false, bool disabled = false, string src = null, string height = null, string width = null, string form = null, string formaction = null, string formmethod = null, string formtarget = null, string formenctype = null, bool formnovalidate = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | name | |
String | type | |
String | value | |
Boolean | autofocus | |
Boolean | disabled | |
String | src | |
String | height | |
String | width | |
String | form | |
String | formaction | |
String | formmethod | |
String | formtarget | |
String | formenctype | |
Boolean | formnovalidate |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr[])
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(IEnumerable<Attr>)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(String, String, String, String, String, String, String, String)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string height = null, string width = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | height | |
String | width |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr[])
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(IEnumerable<Attr>)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(String, String, String, String, String, String)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr[])
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(IEnumerable<Attr>)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(String, String, String, String, String, String)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr[])
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(IEnumerable<Attr>)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(String, String, String, String, String, String)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr[])
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(IEnumerable<Attr>)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(String, String, String, String, String, String, String)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string span = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | span |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr[])
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(IEnumerable<Attr>)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(String, String, String, String, String, String, String)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string span = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | span |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr[])
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(IEnumerable<Attr>)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(String, String, String, String, String, String, String)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | value |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr[])
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(IEnumerable<Attr>)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(String, String, String, String, String, String)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr[])
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(IEnumerable<Attr>)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(String, String, String, String, String, String)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr[])
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(IEnumerable<Attr>)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(String, String, String, String, String, String, Boolean)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, bool open = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
Boolean | open |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr[])
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(IEnumerable<Attr>)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(String, String, String, String, String, String)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr[])
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(IEnumerable<Attr>)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(String, String, String, String, String, String, Boolean)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, bool open = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
Boolean | open |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr[])
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(IEnumerable<Attr>)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(String, String, String, String, String, String)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr[])
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(IEnumerable<Attr>)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(String, String, String, String, String, String)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
doctype()
Write the <!DOCTYPE HTML>
preamble.
Declaration
protected void doctype()
doctypeHtml()
Write the <!DOCTYPE HTML>
preamble.
Declaration
protected TagBuilder doctypeHtml()
Returns
Type | Description |
---|---|
TagBuilder |
dt(Attr[])
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(IEnumerable<Attr>)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(String, String, String, String, String, String)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(Attr[])
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(IEnumerable<Attr>)
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(String, String, String, String, String, String)
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
embed(Attr[])
Write an embed element.
Declaration
protected void embed(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
embed(IEnumerable<Attr>)
Write an embed element.
Declaration
protected void embed(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
embed(String, String, String, String, String, String, String, String, String, String)
Write an embed element.
Declaration
protected void embed(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null, string height = null, string width = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
String | src | |
String | height | |
String | width |
fieldset(Attr[])
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
fieldset(IEnumerable<Attr>)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
fieldset(String, String, String, String, String, String, String, Boolean, String)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, bool disabled = false, string form = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | name | |
Boolean | disabled | |
String | form |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figcaption(Attr[])
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figcaption(IEnumerable<Attr>)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figcaption(String, String, String, String, String, String)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figure(Attr[])
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figure(IEnumerable<Attr>)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figure(String, String, String, String, String, String)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
footer(Attr[])
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
footer(IEnumerable<Attr>)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
footer(String, String, String, String, String, String)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
form(Attr[])
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
form(IEnumerable<Attr>)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
form(String, String, String, String, String, String, String, String, String, String, String, String, Boolean)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string action = null, string method = null, string autocomplete = null, string target = null, string enctype = null, bool novalidate = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | name | |
String | action | |
String | method | |
String | autocomplete | |
String | target | |
String | enctype | |
Boolean | novalidate |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h1(Attr[])
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h1(IEnumerable<Attr>)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h1(String, String, String, String, String, String)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h2(Attr[])
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h2(IEnumerable<Attr>)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h2(String, String, String, String, String, String)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h3(Attr[])
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h3(IEnumerable<Attr>)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h3(String, String, String, String, String, String)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h4(Attr[])
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h4(IEnumerable<Attr>)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h4(String, String, String, String, String, String)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h5(Attr[])
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h5(IEnumerable<Attr>)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h5(String, String, String, String, String, String)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h6(Attr[])
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h6(IEnumerable<Attr>)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h6(String, String, String, String, String, String)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
head(Attr[])
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
head(IEnumerable<Attr>)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
head(String, String, String, String, String, String)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
header(Attr[])
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
header(IEnumerable<Attr>)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
header(String, String, String, String, String, String)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hgroup(Attr[])
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hgroup(IEnumerable<Attr>)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hgroup(String, String, String, String, String, String)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hr(Attr[])
Write an hr element.
Declaration
protected void hr(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
hr(IEnumerable<Attr>)
Write an hr element.
Declaration
protected void hr(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
hr(String, String, String, String, String, String)
Write an hr element.
Declaration
protected void hr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
html(Attr[])
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Html(Html)
Write HTML.
Declaration
protected void Html(Html html)
Parameters
Type | Name | Description |
---|---|---|
Html | html | The HTML to write. |
html(IEnumerable<Attr>)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
html(String, String, String, String, String, String, String)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string xmlns = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | xmlns |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
i(Attr[])
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
i(IEnumerable<Attr>)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
i(String, String, String, String, String, String)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
img(Attr[])
Write an img element.
Declaration
protected void img(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
img(IEnumerable<Attr>)
Write an img element.
Declaration
protected void img(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
img(String, String, String, String, String, String, String, String, String, String, String, String, String)
Write an img element.
Declaration
protected void img(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string alt = null, string height = null, string width = null, string srcset = null, string sizes = null, string crossorigin = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | src | |
String | alt | |
String | height | |
String | width | |
String | srcset | |
String | sizes | |
String | crossorigin |
input(Attr[])
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
input(IEnumerable<Attr>)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
input(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string type = null, string multiple = null, string value = null, string placeholder = null, string size = null, string autocomplete = null, string list = null, bool autofocus = false, bool checked = false, bool disabled = false, bool readonly = false, bool required = false, string src = null, string height = null, string width = null, string max = null, string min = null, string step = null, string maxlength = null, string minlength = null, string pattern = null, string form = null, string formaction = null, string formmethod = null, string formtarget = null, string formenctype = null, bool formnovalidate = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | name | |
String | type | |
String | multiple | |
String | value | |
String | placeholder | |
String | size | |
String | autocomplete | |
String | list | |
Boolean | autofocus | |
Boolean | checked | |
Boolean | disabled | |
Boolean | readonly | |
Boolean | required | |
String | src | |
String | height | |
String | width | |
String | max | |
String | min | |
String | step | |
String | maxlength | |
String | minlength | |
String | pattern | |
String | form | |
String | formaction | |
String | formmethod | |
String | formtarget | |
String | formenctype | |
Boolean | formnovalidate |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
kbd(Attr[])
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
kbd(IEnumerable<Attr>)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
kbd(String, String, String, String, String, String)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
label(Attr[])
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
label(IEnumerable<Attr>)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
label(String, String, String, String, String, String, String)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string for = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | for |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
legend(Attr[])
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
legend(IEnumerable<Attr>)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
legend(String, String, String, String, String, String)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
li(Attr[])
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
li(IEnumerable<Attr>)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
li(String, String, String, String, String, String, String)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | value |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
link(Attr[])
Write a link element.
Declaration
protected void link(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
link(IEnumerable<Attr>)
Write a link element.
Declaration
protected void link(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
link(String, String, String, String, String, String, String, String, String, String, String, String)
Write a link element.
Declaration
protected void link(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string crossorigin = null, string rel = null, string href = null, string type = null, string media = null, string sizes = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | crossorigin | |
String | rel | |
String | href | |
String | type | |
String | media | |
String | sizes |
main(Attr[])
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
main(IEnumerable<Attr>)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
main(String, String, String, String, String, String)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
mark(Attr[])
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
mark(IEnumerable<Attr>)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
mark(String, String, String, String, String, String)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menu(Attr[])
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menu(IEnumerable<Attr>)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menu(String, String, String, String, String, String, String, String)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string label = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
String | label |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menuitem(Attr[])
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menuitem(IEnumerable<Attr>)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menuitem(String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string label = null, string command = null, string icon = null, string radiogroup = null, bool disabled = false, bool default = false, bool checked = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
String | label | |
String | command | |
String | icon | |
String | radiogroup | |
Boolean | disabled | |
Boolean | default | |
Boolean | checked |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
meta(Attr[])
Write a meta element.
Declaration
protected void meta(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
meta(IEnumerable<Attr>)
Write a meta element.
Declaration
protected void meta(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
meta(String, String, String, String, String, String, String, String)
Write a meta element.
Declaration
protected void meta(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string charset = null, string target = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | charset | |
String | target |
meter(Attr[])
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
meter(IEnumerable<Attr>)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
meter(String, String, String, String, String, String, String, String, String, String, String, String, String)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null, string form = null, string max = null, string min = null, string low = null, string high = null, string optimum = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | value | |
String | form | |
String | max | |
String | min | |
String | low | |
String | high | |
String | optimum |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
nav(Attr[])
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
nav(IEnumerable<Attr>)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
nav(String, String, String, String, String, String)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
noscript(Attr[])
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
noscript(IEnumerable<Attr>)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
noscript(String, String, String, String, String, String)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
object(Attr[])
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
object(IEnumerable<Attr>)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
object(String, String, String, String, String, String, String, String, String, String, String)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string data = null, string height = null, string width = null, string name = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
String | data | |
String | height | |
String | width | |
String | name |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ol(Attr[])
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ol(IEnumerable<Attr>)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ol(String, String, String, String, String, String, String, Boolean, String)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, bool reversed = false, string start = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
Boolean | reversed | |
String | start |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
optgroup(Attr[])
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
optgroup(IEnumerable<Attr>)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
optgroup(String, String, String, String, String, String, String, Boolean)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string label = null, bool disabled = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | label | |
Boolean | disabled |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
option(Attr[])
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
option(IEnumerable<Attr>)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
option(String, String, String, String, String, String, String, String, Boolean, Boolean)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string label = null, string value = null, bool disabled = false, bool selected = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | label | |
String | value | |
Boolean | disabled | |
Boolean | selected |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
output(Attr[])
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
output(IEnumerable<Attr>)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
output(String, String, String, String, String, String, String, String, String)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string for = null, string name = null, string form = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | for | |
String | name | |
String | form |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
p(Attr[])
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
p(IEnumerable<Attr>)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
p(String, String, String, String, String, String)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
param(Attr[])
Write a param element.
Declaration
protected void param(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
param(IEnumerable<Attr>)
Write a param element.
Declaration
protected void param(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
param(String, String, String, String, String, String, String, String)
Write a param element.
Declaration
protected void param(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string value = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | name | |
String | value |
Partial(HtmlBuilder)
Write partial
's HTML into this HtmlBuilder's output stream.
Declaration
protected void Partial(HtmlBuilder partial)
Parameters
Type | Name | Description |
---|---|---|
HtmlBuilder | partial | The child HtmlBuilder |
picture(Attr[])
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
picture(IEnumerable<Attr>)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
picture(String, String, String, String, String, String)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
pre(Attr[])
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
pre(IEnumerable<Attr>)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
pre(String, String, String, String, String, String)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
progress(Attr[])
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
progress(IEnumerable<Attr>)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
progress(String, String, String, String, String, String, String, String)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null, string max = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | value | |
String | max |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
q(Attr[])
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
q(IEnumerable<Attr>)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
q(String, String, String, String, String, String, String)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string cite = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | cite |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Raw(String)
Render a string without HTML-encoding it first.
Declaration
protected void Raw(string rawHtml)
Parameters
Type | Name | Description |
---|---|---|
String | rawHtml | The pre-encoded string |
s(Attr[])
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
s(IEnumerable<Attr>)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
s(String, String, String, String, String, String)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
samp(Attr[])
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
samp(IEnumerable<Attr>)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
samp(String, String, String, String, String, String)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
script(Attr[])
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
script(IEnumerable<Attr>)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
script(String, String, String, String, String, String, String, String, String, Boolean)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null, string crossorigin = null, bool async = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
String | src | |
String | crossorigin | |
Boolean | async |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
section(Attr[])
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
section(IEnumerable<Attr>)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
section(String, String, String, String, String, String)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
select(Attr[])
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
select(IEnumerable<Attr>)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
select(String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, String)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string multiple = null, string size = null, bool autofocus = false, bool disabled = false, bool required = false, string form = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | name | |
String | multiple | |
String | size | |
Boolean | autofocus | |
Boolean | disabled | |
Boolean | required | |
String | form |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
SelfClosingTag(String, Attr[])
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Attr[] | attrs |
SelfClosingTag(String, IEnumerable<Attr>)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
System.Collections.Generic.IEnumerable<Attr> | attrs |
small(Attr[])
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
small(IEnumerable<Attr>)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
small(String, String, String, String, String, String)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
source(Attr[])
Write a source element.
Declaration
protected void source(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
source(IEnumerable<Attr>)
Write a source element.
Declaration
protected void source(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
source(String, String, String, String, String, String, String, String)
Write a source element.
Declaration
protected void source(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
String | src |
span(Attr[])
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
span(IEnumerable<Attr>)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
span(String, String, String, String, String, String)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
strong(Attr[])
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
strong(IEnumerable<Attr>)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
strong(String, String, String, String, String, String)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
style(Attr[])
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
style(IEnumerable<Attr>)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
style(String, String, String, String, String, String, String, String)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string media = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
String | media |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sub(Attr[])
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sub(IEnumerable<Attr>)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sub(String, String, String, String, String, String)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
summary(Attr[])
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
summary(IEnumerable<Attr>)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
summary(String, String, String, String, String, String)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sup(Attr[])
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sup(IEnumerable<Attr>)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sup(String, String, String, String, String, String)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
table(Attr[])
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
table(IEnumerable<Attr>)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
table(String, String, String, String, String, String)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Tag(String, Attr[])
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, IEnumerable<Attr>)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed after setting the tag's children. |
tbody(Attr[])
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tbody(IEnumerable<Attr>)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tbody(String, String, String, String, String, String)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
td(Attr[])
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
td(IEnumerable<Attr>)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
td(String, String, String, String, String, String, String, String, String)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string colspan = null, string rowspan = null, string headers = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | colspan | |
String | rowspan | |
String | headers |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Text(String)
Write HTML-encoded text.
Declaration
protected void Text(string text)
Parameters
Type | Name | Description |
---|---|---|
String | text | The text to HTML-encode |
textarea(Attr[])
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
textarea(IEnumerable<Attr>)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
textarea(String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String, String, String, String)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string placeholder = null, string autocomplete = null, string cols = null, string rows = null, string wrap = null, bool autofocus = false, bool disabled = false, bool readonly = false, bool required = false, string src = null, string maxlength = null, string minlength = null, string form = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | name | |
String | placeholder | |
String | autocomplete | |
String | cols | |
String | rows | |
String | wrap | |
Boolean | autofocus | |
Boolean | disabled | |
Boolean | readonly | |
Boolean | required | |
String | src | |
String | maxlength | |
String | minlength | |
String | form |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tfoot(Attr[])
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tfoot(IEnumerable<Attr>)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tfoot(String, String, String, String, String, String)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
th(Attr[])
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
th(IEnumerable<Attr>)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
th(String, String, String, String, String, String, String, String, String, String)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string colspan = null, string rowspan = null, string headers = null, string scope = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | colspan | |
String | rowspan | |
String | headers | |
String | scope |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
thead(Attr[])
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
thead(IEnumerable<Attr>)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
thead(String, String, String, String, String, String)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
time(Attr[])
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
time(IEnumerable<Attr>)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
time(String, String, String, String, String, String, String)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string datetime = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | datetime |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
title(Attr[])
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
title(IEnumerable<Attr>)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
title(String, String, String, String, String, String)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ToString()
Render the HTML to a string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The HTML as a string |
Overrides
tr(Attr[])
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tr(IEnumerable<Attr>)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tr(String, String, String, String, String, String)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
track(Attr[])
Write a track element.
Declaration
protected void track(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
track(IEnumerable<Attr>)
Write a track element.
Declaration
protected void track(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
track(String, String, String, String, String, String, String, String, String, Boolean)
Write a track element.
Declaration
protected void track(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string label = null, string kind = null, bool default = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | src | |
String | label | |
String | kind | |
Boolean | default |
u(Attr[])
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
u(IEnumerable<Attr>)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
u(String, String, String, String, String, String)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ul(Attr[])
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ul(IEnumerable<Attr>)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ul(String, String, String, String, String, String, String, Boolean, String)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, bool reversed = false, string start = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | type | |
Boolean | reversed | |
String | start |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
video(Attr[])
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
video(IEnumerable<Attr>)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
video(String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string height = null, string width = null, string poster = null, string preload = null, bool autoplay = false, bool loop = false, bool muted = false, bool controls = false, string crossorigin = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable | |
String | src | |
String | height | |
String | width | |
String | poster | |
String | preload | |
Boolean | autoplay | |
Boolean | loop | |
Boolean | muted | |
Boolean | controls | |
String | crossorigin |
Returns
Type | Description |
---|---|
TagBuilder | A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
wbr(Attr[])
Write a wbr element.
Declaration
protected void wbr(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] | attrs |
wbr(IEnumerable<Attr>)
Write a wbr element.
Declaration
protected void wbr(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Attr> | attrs |
wbr(String, String, String, String, String, String)
Write a wbr element.
Declaration
protected void wbr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | class | |
String | style | |
String | title | |
String | tabindex | |
String | contenteditable |
Write(TextWriter)
Render the HTML into a TextWriter
Declaration
public void Write(TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | The writer |
Write(TextWriter, HtmlEncoder)
Render the HTML into a TextWriter, using an HtmlEncoder to encode input text
Declaration
public void Write(TextWriter writer, HtmlEncoder htmlEncoder)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | The writer |
HtmlEncoder | htmlEncoder | The HTML encoder |