Class HtmlBuilder
Tools for rendering HTML imperatively.
Inheritance
- Object
- HtmlBuilder
Declaration
public abstract class HtmlBuilder : Object
Constructors
HtmlBuilder()
Declaration
protected HtmlBuilder()
Properties
Null
An HtmlBuilder which generates an empty HTML document.
Declaration
public static HtmlBuilder Null { get; }
Property Value
Type | Description |
---|---|
An instance of HtmlBuilder which generates an empty HTML document. |
Methods
a(Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(Attr, Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(Attr, Attr, Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(Attr, Attr, Attr, Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(Attr, Attr, Attr, Attr, Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(Attr, Attr, Attr, Attr, Attr, Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
a(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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
href |
||
rel |
||
target |
||
type |
||
download |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr, Attr)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr, Attr, Attr)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr, Attr, Attr, Attr)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr, Attr, Attr, Attr, Attr)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr, Attr, Attr, Attr, Attr, Attr)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
abbr(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr, Attr)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr, Attr, Attr)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr, Attr, Attr, Attr)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr, Attr, Attr, Attr, Attr)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr, Attr, Attr, Attr, Attr, Attr)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
address(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr, Attr)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr, Attr, Attr)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr, Attr, Attr, Attr)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr, Attr, Attr, Attr, Attr)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr, Attr, Attr, Attr, Attr, Attr)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
article(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr, Attr)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr, Attr, Attr)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr, Attr, Attr, Attr)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr, Attr, Attr, Attr, Attr)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr, Attr, Attr, Attr, Attr, Attr)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
aside(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr, Attr)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr, Attr, Attr)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr, Attr, Attr, Attr)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr, Attr, Attr, Attr, Attr)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr, Attr, Attr, Attr, Attr, Attr)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
audio(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
src |
||
preload |
||
volume |
||
autoplay |
||
loop |
||
muted |
||
controls |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr, Attr)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr, Attr, Attr)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr, Attr, Attr, Attr)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr, Attr, Attr, Attr, Attr)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr, Attr, Attr, Attr, Attr, Attr)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
b(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
base(Attr, Attr)
Write a base element.
Declaration
protected void base(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
base(Attr, Attr, Attr)
Write a base element.
Declaration
protected void base(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
base(Attr, Attr, Attr, Attr)
Write a base element.
Declaration
protected void base(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
base(Attr, Attr, Attr, Attr, Attr)
Write a base element.
Declaration
protected void base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
base(Attr, Attr, Attr, Attr, Attr, Attr)
Write a base element.
Declaration
protected void base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
base(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a base element.
Declaration
protected void base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
base(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a base element.
Declaration
protected void base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
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 |
---|---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
href |
||
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(Attr, Attr)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(Attr, Attr, Attr)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(Attr, Attr, Attr, Attr)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(Attr, Attr, Attr, Attr, Attr)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(Attr, Attr, Attr, Attr, Attr, Attr)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdi(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
dir |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr, Attr)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr, Attr, Attr)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr, Attr, Attr, Attr)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr, Attr, Attr, Attr, Attr)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr, Attr, Attr, Attr, Attr, Attr)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
bdo(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
dir |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr, Attr)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr, Attr, Attr)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr, Attr, Attr, Attr)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr, Attr, Attr, Attr, Attr)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr, Attr, Attr, Attr, Attr, Attr)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
blockquote(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr, Attr)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr, Attr, Attr)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr, Attr, Attr, Attr)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr, Attr, Attr, Attr, Attr)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr, Attr, Attr, Attr, Attr, Attr)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
body(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
br(Attr, Attr)
Write a br element.
Declaration
protected void br(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
br(Attr, Attr, Attr)
Write a br element.
Declaration
protected void br(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
br(Attr, Attr, Attr, Attr)
Write a br element.
Declaration
protected void br(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
br(Attr, Attr, Attr, Attr, Attr)
Write a br element.
Declaration
protected void br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
br(Attr, Attr, Attr, Attr, Attr, Attr)
Write a br element.
Declaration
protected void br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
br(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a br element.
Declaration
protected void br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
br(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a br element.
Declaration
protected void br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
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 |
---|---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(Attr, Attr)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(Attr, Attr, Attr)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(Attr, Attr, Attr, Attr)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(Attr, Attr, Attr, Attr, Attr)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(Attr, Attr, Attr, Attr, Attr, Attr)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
button(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
name |
||
type |
||
value |
||
autofocus |
||
disabled |
||
src |
||
height |
||
width |
||
form |
||
formaction |
||
formmethod |
||
formtarget |
||
formenctype |
||
formnovalidate |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr, Attr)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr, Attr, Attr)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr, Attr, Attr, Attr)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr, Attr, Attr, Attr, Attr)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr, Attr, Attr, Attr, Attr, Attr)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
canvas(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
height |
||
width |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr, Attr)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr, Attr, Attr)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr, Attr, Attr, Attr)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr, Attr, Attr, Attr, Attr)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr, Attr, Attr, Attr, Attr, Attr)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
caption(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr, Attr)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr, Attr, Attr)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr, Attr, Attr, Attr)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr, Attr, Attr, Attr, Attr)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr, Attr, Attr, Attr, Attr, Attr)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
cite(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder cite(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr, Attr)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr, Attr, Attr)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr, Attr, Attr, Attr)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr, Attr, Attr, Attr, Attr)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr, Attr, Attr, Attr, Attr, Attr)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
code(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder code(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr, Attr)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr, Attr, Attr)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr, Attr, Attr, Attr)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr, Attr, Attr, Attr, Attr)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr, Attr, Attr, Attr, Attr, Attr)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
col(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder col(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
span |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr, Attr)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr, Attr, Attr)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr, Attr, Attr, Attr)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr, Attr, Attr, Attr, Attr)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr, Attr, Attr, Attr, Attr, Attr)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
colgroup(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder colgroup(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
span |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr, Attr)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr, Attr, Attr)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr, Attr, Attr, Attr)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr, Attr, Attr, Attr, Attr)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr, Attr, Attr, Attr, Attr, Attr)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
data(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder data(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
value |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr, Attr)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr, Attr, Attr)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr, Attr, Attr, Attr)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr, Attr, Attr, Attr, Attr)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr, Attr, Attr, Attr, Attr, Attr)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
datalist(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder datalist(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr, Attr)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr, Attr, Attr)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr, Attr, Attr, Attr)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr, Attr, Attr, Attr, Attr)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr, Attr, Attr, Attr, Attr, Attr)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dd(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dd(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr, Attr)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr, Attr, Attr)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr, Attr, Attr, Attr)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr, Attr, Attr, Attr, Attr)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr, Attr, Attr, Attr, Attr, Attr)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
details(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder details(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
open |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr, Attr)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr, Attr, Attr)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr, Attr, Attr, Attr)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr, Attr, Attr, Attr, Attr)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr, Attr, Attr, Attr, Attr, Attr)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dfn(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dfn(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr, Attr)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr, Attr, Attr)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr, Attr, Attr, Attr)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr, Attr, Attr, Attr, Attr)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr, Attr, Attr, Attr, Attr, Attr)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dialog(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dialog(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
open |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr, Attr)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr, Attr, Attr)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr, Attr, Attr, Attr)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr, Attr, Attr, Attr, Attr)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr, Attr, Attr, Attr, Attr, Attr)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
div(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder div(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr, Attr)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr, Attr, Attr)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr, Attr, Attr, Attr)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr, Attr, Attr, Attr, Attr)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr, Attr, Attr, Attr, Attr, Attr)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dl(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dl(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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 and open the <html>
tag.
Declaration
protected TagBuilder doctypeHtml()
Returns
Type | Description |
---|---|
A TagBuilder for the |
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(Attr, Attr)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(Attr, Attr, Attr)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(Attr, Attr, Attr, Attr)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(Attr, Attr, Attr, Attr, Attr)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(Attr, Attr, Attr, Attr, Attr, Attr)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
dt(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder dt(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
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 |
---|---|
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 |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
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 |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
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(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(Attr, Attr)
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(Attr, Attr, Attr)
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|