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 |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(Attr, 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, 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 |
em(Attr, Attr, 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, 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 |
em(Attr, Attr, Attr, 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, 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 |
em(Attr, Attr, Attr, Attr, 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, 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 |
em(Attr, Attr, Attr, Attr, Attr, 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, 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 |
em(Attr[])
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(IEnumerable<Attr>)
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
em(String, String, String, String, String, String)
Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder em(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
embed(Attr)
Write an embed element.
Declaration
protected void embed(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
embed(Attr, Attr)
Write an embed element.
Declaration
protected void embed(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
embed(Attr, Attr, Attr)
Write an embed element.
Declaration
protected void embed(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
embed(Attr, Attr, Attr, Attr)
Write an embed element.
Declaration
protected void embed(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
embed(Attr, Attr, Attr, Attr, Attr)
Write an embed element.
Declaration
protected void embed(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
embed(Attr, Attr, Attr, Attr, Attr, Attr)
Write an embed element.
Declaration
protected void embed(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
embed(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an embed element.
Declaration
protected void embed(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 |
embed(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an embed element.
Declaration
protected void embed(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 |
embed(Attr[])
Write an embed element.
Declaration
protected void embed(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
embed(IEnumerable<Attr>)
Write an embed element.
Declaration
protected void embed(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
embed(String, String, String, String, String, String, String, String, String, String)
Write an embed element.
Declaration
protected void embed(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null, string height = null, string width = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
src |
||
height |
||
width |
fieldset(Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr, Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr, Attr, Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr, Attr, Attr, Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr, Attr, Attr, Attr, Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr, Attr, Attr, Attr, Attr, Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(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 |
fieldset(Attr[])
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
fieldset(IEnumerable<Attr>)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
fieldset(String, String, String, String, String, String, String, Boolean, String)
Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder fieldset(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, bool disabled = false, string form = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
name |
||
disabled |
||
form |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figcaption(Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr, Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr, Attr, Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr, Attr, Attr, Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr, Attr, Attr, Attr, Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr, Attr, Attr, Attr, Attr, Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(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 |
figcaption(Attr[])
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figcaption(IEnumerable<Attr>)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figcaption(String, String, String, String, String, String)
Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figcaption(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figure(Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr, Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr, Attr, Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr, Attr, Attr, Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr, Attr, Attr, Attr, Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr, Attr, Attr, Attr, Attr, Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(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 |
figure(Attr[])
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figure(IEnumerable<Attr>)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
figure(String, String, String, String, String, String)
Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder figure(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
footer(Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr, Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr, Attr, Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr, Attr, Attr, Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr, Attr, Attr, Attr, Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr, Attr, Attr, Attr, Attr, Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(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 |
footer(Attr[])
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
footer(IEnumerable<Attr>)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
footer(String, String, String, String, String, String)
Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder footer(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
form(Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr, Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr, Attr, Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr, Attr, Attr, Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr, Attr, Attr, Attr, Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr, Attr, Attr, Attr, Attr, Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(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 |
form(Attr[])
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
form(IEnumerable<Attr>)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
form(String, String, String, String, String, String, String, String, String, String, String, String, Boolean)
Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder form(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string action = null, string method = null, string autocomplete = null, string target = null, string enctype = null, bool novalidate = false)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
name |
||
action |
||
method |
||
autocomplete |
||
target |
||
enctype |
||
novalidate |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h1(Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr, Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr, Attr, Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr, Attr, Attr, Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr, Attr, Attr, Attr, Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr, Attr, Attr, Attr, Attr, Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(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 |
h1(Attr[])
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h1(IEnumerable<Attr>)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h1(String, String, String, String, String, String)
Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h1(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h2(Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr, Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr, Attr, Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr, Attr, Attr, Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr, Attr, Attr, Attr, Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr, Attr, Attr, Attr, Attr, Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(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 |
h2(Attr[])
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h2(IEnumerable<Attr>)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h2(String, String, String, String, String, String)
Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h2(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h3(Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr, Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr, Attr, Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr, Attr, Attr, Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr, Attr, Attr, Attr, Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr, Attr, Attr, Attr, Attr, Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(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 |
h3(Attr[])
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h3(IEnumerable<Attr>)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h3(String, String, String, String, String, String)
Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h3(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h4(Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr, Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr, Attr, Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr, Attr, Attr, Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr, Attr, Attr, Attr, Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr, Attr, Attr, Attr, Attr, Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(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 |
h4(Attr[])
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h4(IEnumerable<Attr>)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h4(String, String, String, String, String, String)
Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h4(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h5(Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr, Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr, Attr, Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr, Attr, Attr, Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr, Attr, Attr, Attr, Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr, Attr, Attr, Attr, Attr, Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(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 |
h5(Attr[])
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h5(IEnumerable<Attr>)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h5(String, String, String, String, String, String)
Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h5(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h6(Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr, Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr, Attr, Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr, Attr, Attr, Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr, Attr, Attr, Attr, Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr, Attr, Attr, Attr, Attr, Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(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 |
h6(Attr[])
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h6(IEnumerable<Attr>)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
h6(String, String, String, String, String, String)
Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder h6(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
head(Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr, Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr, Attr, Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr, Attr, Attr, Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr, Attr, Attr, Attr, Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr, Attr, Attr, Attr, Attr, Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(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 |
head(Attr[])
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
head(IEnumerable<Attr>)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
head(String, String, String, String, String, String)
Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder head(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
header(Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr, Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr, Attr, Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr, Attr, Attr, Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr, Attr, Attr, Attr, Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr, Attr, Attr, Attr, Attr, Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(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 |
header(Attr[])
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
header(IEnumerable<Attr>)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
header(String, String, String, String, String, String)
Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder header(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hgroup(Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr, Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr, Attr, Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr, Attr, Attr, Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr, Attr, Attr, Attr, Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr, Attr, Attr, Attr, Attr, Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(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 |
hgroup(Attr[])
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hgroup(IEnumerable<Attr>)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hgroup(String, String, String, String, String, String)
Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder hgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
hr(Attr)
Write an hr element.
Declaration
protected void hr(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
hr(Attr, Attr)
Write an hr element.
Declaration
protected void hr(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
hr(Attr, Attr, Attr)
Write an hr element.
Declaration
protected void hr(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
hr(Attr, Attr, Attr, Attr)
Write an hr element.
Declaration
protected void hr(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
hr(Attr, Attr, Attr, Attr, Attr)
Write an hr element.
Declaration
protected void hr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
hr(Attr, Attr, Attr, Attr, Attr, Attr)
Write an hr element.
Declaration
protected void hr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
hr(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an hr element.
Declaration
protected void hr(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 |
hr(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an hr element.
Declaration
protected void hr(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 |
hr(Attr[])
Write an hr element.
Declaration
protected void hr(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
hr(IEnumerable<Attr>)
Write an hr element.
Declaration
protected void hr(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
hr(String, String, String, String, String, String)
Write an hr element.
Declaration
protected void hr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
html(Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr, Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr, Attr, Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr, Attr, Attr, Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr, Attr, Attr, Attr, Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr, Attr, Attr, Attr, Attr, Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(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 |
html(Attr[])
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Html(Html)
Write HTML.
Declaration
protected void Html(Html html)
Parameters
Type | Name | Description |
---|---|---|
html |
The HTML to write. |
html(IEnumerable<Attr>)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
html(String, String, String, String, String, String, String)
Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder html(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string xmlns = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
xmlns |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
i(Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr, Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr, Attr, Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr, Attr, Attr, Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr, Attr, Attr, Attr, Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr, Attr, Attr, Attr, Attr, Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(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 |
i(Attr[])
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
i(IEnumerable<Attr>)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
i(String, String, String, String, String, String)
Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder i(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
img(Attr)
Write an img element.
Declaration
protected void img(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
img(Attr, Attr)
Write an img element.
Declaration
protected void img(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
img(Attr, Attr, Attr)
Write an img element.
Declaration
protected void img(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
img(Attr, Attr, Attr, Attr)
Write an img element.
Declaration
protected void img(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
img(Attr, Attr, Attr, Attr, Attr)
Write an img element.
Declaration
protected void img(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
img(Attr, Attr, Attr, Attr, Attr, Attr)
Write an img element.
Declaration
protected void img(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
img(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an img element.
Declaration
protected void img(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 |
img(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an img element.
Declaration
protected void img(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 |
img(Attr[])
Write an img element.
Declaration
protected void img(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
img(IEnumerable<Attr>)
Write an img element.
Declaration
protected void img(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
img(String, String, String, String, String, String, String, String, String, String, String, String, String)
Write an img element.
Declaration
protected void img(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string alt = null, string height = null, string width = null, string srcset = null, string sizes = null, string crossorigin = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
src |
||
alt |
||
height |
||
width |
||
srcset |
||
sizes |
||
crossorigin |
input(Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr, Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr, Attr, Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr, Attr, Attr, Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr, Attr, Attr, Attr, Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr, Attr, Attr, Attr, Attr, Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(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 |
input(Attr[])
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
input(IEnumerable<Attr>)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
input(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean)
Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder input(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string type = null, string multiple = null, string value = null, string placeholder = null, string size = null, string autocomplete = null, string list = null, bool autofocus = false, bool checked = false, bool disabled = false, bool readonly = false, bool required = false, string src = null, string height = null, string width = null, string max = null, string min = null, string step = null, string maxlength = null, string minlength = null, string pattern = null, string form = null, string formaction = null, string formmethod = null, string formtarget = null, string formenctype = null, bool formnovalidate = false)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
name |
||
type |
||
multiple |
||
value |
||
placeholder |
||
size |
||
autocomplete |
||
list |
||
autofocus |
||
checked |
||
disabled |
||
readonly |
||
required |
||
src |
||
height |
||
width |
||
max |
||
min |
||
step |
||
maxlength |
||
minlength |
||
pattern |
||
form |
||
formaction |
||
formmethod |
||
formtarget |
||
formenctype |
||
formnovalidate |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
kbd(Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr, Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr, Attr, Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr, Attr, Attr, Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr, Attr, Attr, Attr, Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr, Attr, Attr, Attr, Attr, Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(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 |
kbd(Attr[])
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
kbd(IEnumerable<Attr>)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
kbd(String, String, String, String, String, String)
Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder kbd(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
label(Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr, Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr, Attr, Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr, Attr, Attr, Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr, Attr, Attr, Attr, Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr, Attr, Attr, Attr, Attr, Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(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 |
label(Attr[])
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
label(IEnumerable<Attr>)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
label(String, String, String, String, String, String, String)
Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder label(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string for = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
for |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
legend(Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr, Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr, Attr, Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr, Attr, Attr, Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr, Attr, Attr, Attr, Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr, Attr, Attr, Attr, Attr, Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(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 |
legend(Attr[])
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
legend(IEnumerable<Attr>)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
legend(String, String, String, String, String, String)
Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder legend(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
li(Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr, Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr, Attr, Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr, Attr, Attr, Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr, Attr, Attr, Attr, Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr, Attr, Attr, Attr, Attr, Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(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 |
li(Attr[])
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
li(IEnumerable<Attr>)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
li(String, String, String, String, String, String, String)
Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder li(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null)
Parameters
Type | Name | Description |
---|---|---|
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 |
link(Attr)
Write a link element.
Declaration
protected void link(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
link(Attr, Attr)
Write a link element.
Declaration
protected void link(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
link(Attr, Attr, Attr)
Write a link element.
Declaration
protected void link(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
link(Attr, Attr, Attr, Attr)
Write a link element.
Declaration
protected void link(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
link(Attr, Attr, Attr, Attr, Attr)
Write a link element.
Declaration
protected void link(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
link(Attr, Attr, Attr, Attr, Attr, Attr)
Write a link element.
Declaration
protected void link(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
link(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a link element.
Declaration
protected void link(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 |
link(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a link element.
Declaration
protected void link(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 |
link(Attr[])
Write a link element.
Declaration
protected void link(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
link(IEnumerable<Attr>)
Write a link element.
Declaration
protected void link(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
link(String, String, String, String, String, String, String, String, String, String, String, String)
Write a link element.
Declaration
protected void link(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string crossorigin = null, string rel = null, string href = null, string type = null, string media = null, string sizes = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
crossorigin |
||
rel |
||
href |
||
type |
||
media |
||
sizes |
main(Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr, Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr, Attr, Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr, Attr, Attr, Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr, Attr, Attr, Attr, Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr, Attr, Attr, Attr, Attr, Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(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 |
main(Attr[])
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
main(IEnumerable<Attr>)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
main(String, String, String, String, String, String)
Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder main(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
mark(Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr, Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr, Attr, Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr, Attr, Attr, Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr, Attr, Attr, Attr, Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr, Attr, Attr, Attr, Attr, Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(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 |
mark(Attr[])
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
mark(IEnumerable<Attr>)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
mark(String, String, String, String, String, String)
Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder mark(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menu(Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr, Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr, Attr, Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr, Attr, Attr, Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr, Attr, Attr, Attr, Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr, Attr, Attr, Attr, Attr, Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(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 |
menu(Attr[])
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menu(IEnumerable<Attr>)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menu(String, String, String, String, String, String, String, String)
Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menu(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string label = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
label |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menuitem(Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr, Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr, Attr, Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr, Attr, Attr, Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr, Attr, Attr, Attr, Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr, Attr, Attr, Attr, Attr, Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(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 |
menuitem(Attr[])
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menuitem(IEnumerable<Attr>)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
menuitem(String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean)
Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder menuitem(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string label = null, string command = null, string icon = null, string radiogroup = null, bool disabled = false, bool default = false, bool checked = false)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
label |
||
command |
||
icon |
||
radiogroup |
||
disabled |
||
default |
||
checked |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
meta(Attr)
Write a meta element.
Declaration
protected void meta(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
meta(Attr, Attr)
Write a meta element.
Declaration
protected void meta(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
meta(Attr, Attr, Attr)
Write a meta element.
Declaration
protected void meta(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
meta(Attr, Attr, Attr, Attr)
Write a meta element.
Declaration
protected void meta(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
meta(Attr, Attr, Attr, Attr, Attr)
Write a meta element.
Declaration
protected void meta(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
meta(Attr, Attr, Attr, Attr, Attr, Attr)
Write a meta element.
Declaration
protected void meta(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
meta(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a meta element.
Declaration
protected void meta(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 |
meta(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a meta element.
Declaration
protected void meta(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 |
meta(Attr[])
Write a meta element.
Declaration
protected void meta(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
meta(IEnumerable<Attr>)
Write a meta element.
Declaration
protected void meta(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
meta(String, String, String, String, String, String, String, String)
Write a meta element.
Declaration
protected void meta(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string charset = null, string target = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
charset |
||
target |
meter(Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr, Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr, Attr, Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr, Attr, Attr, Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr, Attr, Attr, Attr, Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr, Attr, Attr, Attr, Attr, Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(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 |
meter(Attr[])
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
meter(IEnumerable<Attr>)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
meter(String, String, String, String, String, String, String, String, String, String, String, String, String)
Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder meter(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null, string form = null, string max = null, string min = null, string low = null, string high = null, string optimum = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
value |
||
form |
||
max |
||
min |
||
low |
||
high |
||
optimum |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
nav(Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr, Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr, Attr, Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr, Attr, Attr, Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr, Attr, Attr, Attr, Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr, Attr, Attr, Attr, Attr, Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(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 |
nav(Attr[])
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
nav(IEnumerable<Attr>)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
nav(String, String, String, String, String, String)
Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder nav(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
noscript(Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr, Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr, Attr, Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr, Attr, Attr, Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr, Attr, Attr, Attr, Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr, Attr, Attr, Attr, Attr, Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(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 |
noscript(Attr[])
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
noscript(IEnumerable<Attr>)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
noscript(String, String, String, String, String, String)
Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder noscript(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
object(Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr, Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr, Attr, Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr, Attr, Attr, Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr, Attr, Attr, Attr, Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr, Attr, Attr, Attr, Attr, Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(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 |
object(Attr[])
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
object(IEnumerable<Attr>)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
object(String, String, String, String, String, String, String, String, String, String, String)
Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder object(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string data = null, string height = null, string width = null, string name = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
data |
||
height |
||
width |
||
name |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ol(Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr, Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr, Attr, Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr, Attr, Attr, Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr, Attr, Attr, Attr, Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr, Attr, Attr, Attr, Attr, Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(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 |
ol(Attr[])
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ol(IEnumerable<Attr>)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ol(String, String, String, String, String, String, String, Boolean, String)
Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ol(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, bool reversed = false, string start = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
reversed |
||
start |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
optgroup(Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr, Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr, Attr, Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr, Attr, Attr, Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr, Attr, Attr, Attr, Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr, Attr, Attr, Attr, Attr, Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(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 |
optgroup(Attr[])
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
optgroup(IEnumerable<Attr>)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
optgroup(String, String, String, String, String, String, String, Boolean)
Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder optgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string label = null, bool disabled = false)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
label |
||
disabled |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
option(Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr, Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr, Attr, Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr, Attr, Attr, Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr, Attr, Attr, Attr, Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr, Attr, Attr, Attr, Attr, Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(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 |
option(Attr[])
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
option(IEnumerable<Attr>)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
option(String, String, String, String, String, String, String, String, Boolean, Boolean)
Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder option(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string label = null, string value = null, bool disabled = false, bool selected = false)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
label |
||
value |
||
disabled |
||
selected |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
output(Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr, Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr, Attr, Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr, Attr, Attr, Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr, Attr, Attr, Attr, Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr, Attr, Attr, Attr, Attr, Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(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 |
output(Attr[])
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
output(IEnumerable<Attr>)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
output(String, String, String, String, String, String, String, String, String)
Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder output(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string for = null, string name = null, string form = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
for |
||
name |
||
form |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
p(Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr, Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr, Attr, Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr, Attr, Attr, Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr, Attr, Attr, Attr, Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr, Attr, Attr, Attr, Attr, Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(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 |
p(Attr[])
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
p(IEnumerable<Attr>)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
p(String, String, String, String, String, String)
Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder p(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
param(Attr)
Write a param element.
Declaration
protected void param(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
param(Attr, Attr)
Write a param element.
Declaration
protected void param(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
param(Attr, Attr, Attr)
Write a param element.
Declaration
protected void param(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
param(Attr, Attr, Attr, Attr)
Write a param element.
Declaration
protected void param(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
param(Attr, Attr, Attr, Attr, Attr)
Write a param element.
Declaration
protected void param(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
param(Attr, Attr, Attr, Attr, Attr, Attr)
Write a param element.
Declaration
protected void param(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
param(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a param element.
Declaration
protected void param(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 |
param(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a param element.
Declaration
protected void param(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 |
param(Attr[])
Write a param element.
Declaration
protected void param(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
param(IEnumerable<Attr>)
Write a param element.
Declaration
protected void param(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
param(String, String, String, String, String, String, String, String)
Write a param element.
Declaration
protected void param(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string value = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
name |
||
value |
Partial(HtmlBuilder)
Write partial
's HTML into this HtmlBuilder's output stream.
Declaration
protected void Partial(HtmlBuilder partial)
Parameters
Type | Name | Description |
---|---|---|
partial |
The child HtmlBuilder. |
picture(Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr, Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr, Attr, Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr, Attr, Attr, Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr, Attr, Attr, Attr, Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr, Attr, Attr, Attr, Attr, Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(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 |
picture(Attr[])
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
picture(IEnumerable<Attr>)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
picture(String, String, String, String, String, String)
Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder picture(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
pre(Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr, Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr, Attr, Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr, Attr, Attr, Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr, Attr, Attr, Attr, Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr, Attr, Attr, Attr, Attr, Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(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 |
pre(Attr[])
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
pre(IEnumerable<Attr>)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
pre(String, String, String, String, String, String)
Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder pre(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
progress(Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr, Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr, Attr, Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr, Attr, Attr, Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr, Attr, Attr, Attr, Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr, Attr, Attr, Attr, Attr, Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(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 |
progress(Attr[])
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
progress(IEnumerable<Attr>)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
progress(String, String, String, String, String, String, String, String)
Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder progress(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null, string max = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
value |
||
max |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
q(Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr, Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr, Attr, Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr, Attr, Attr, Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr, Attr, Attr, Attr, Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr, Attr, Attr, Attr, Attr, Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(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 |
q(Attr[])
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
q(IEnumerable<Attr>)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
q(String, String, String, String, String, String, String)
Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder q(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string cite = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
cite |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Raw(String)
Render a string without HTML-encoding it first.
Declaration
protected void Raw(string rawHtml)
Parameters
Type | Name | Description |
---|---|---|
rawHtml |
The pre-encoded string. |
s(Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr, Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr, Attr, Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr, Attr, Attr, Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr, Attr, Attr, Attr, Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr, Attr, Attr, Attr, Attr, Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(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 |
s(Attr[])
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
s(IEnumerable<Attr>)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
s(String, String, String, String, String, String)
Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder s(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
samp(Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr, Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr, Attr, Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr, Attr, Attr, Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr, Attr, Attr, Attr, Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr, Attr, Attr, Attr, Attr, Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(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 |
samp(Attr[])
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
samp(IEnumerable<Attr>)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
samp(String, String, String, String, String, String)
Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder samp(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
script(Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr, Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr, Attr, Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr, Attr, Attr, Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr, Attr, Attr, Attr, Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr, Attr, Attr, Attr, Attr, Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(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 |
script(Attr[])
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
script(IEnumerable<Attr>)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
script(String, String, String, String, String, String, String, String, String, Boolean)
Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder script(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null, string crossorigin = null, bool async = false)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
src |
||
crossorigin |
||
async |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
section(Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr, Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr, Attr, Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr, Attr, Attr, Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr, Attr, Attr, Attr, Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr, Attr, Attr, Attr, Attr, Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(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 |
section(Attr[])
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
section(IEnumerable<Attr>)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
section(String, String, String, String, String, String)
Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder section(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
select(Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr, Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr, Attr, Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr, Attr, Attr, Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr, Attr, Attr, Attr, Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr, Attr, Attr, Attr, Attr, Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(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 |
select(Attr[])
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
select(IEnumerable<Attr>)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
select(String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, String)
Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder select(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string multiple = null, string size = null, bool autofocus = false, bool disabled = false, bool required = false, string form = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
name |
||
multiple |
||
size |
||
autofocus |
||
disabled |
||
required |
||
form |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
SelfClosingTag(String, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
SelfClosingTag(String, Attr, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
SelfClosingTag(String, Attr, Attr, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
SelfClosingTag(String, Attr, Attr, Attr, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
SelfClosingTag(String, Attr, Attr, Attr, Attr, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
SelfClosingTag(String, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
SelfClosingTag(String, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
SelfClosingTag(String, Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
SelfClosingTag(String, Attr[])
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
name |
The tag name. |
|
Attr[] |
attrs |
The attributes. |
SelfClosingTag(String, IEnumerable<Attr>)
Write a tag which does not take children.
Declaration
protected void SelfClosingTag(string name, IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
name |
The tag name. |
|
attrs |
The attributes. |
small(Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr, Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr, Attr, Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr, Attr, Attr, Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr, Attr, Attr, Attr, Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr, Attr, Attr, Attr, Attr, Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(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 |
small(Attr[])
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
small(IEnumerable<Attr>)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
small(String, String, String, String, String, String)
Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder small(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
source(Attr)
Write a source element.
Declaration
protected void source(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
source(Attr, Attr)
Write a source element.
Declaration
protected void source(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
source(Attr, Attr, Attr)
Write a source element.
Declaration
protected void source(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
source(Attr, Attr, Attr, Attr)
Write a source element.
Declaration
protected void source(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
source(Attr, Attr, Attr, Attr, Attr)
Write a source element.
Declaration
protected void source(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
source(Attr, Attr, Attr, Attr, Attr, Attr)
Write a source element.
Declaration
protected void source(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
source(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a source element.
Declaration
protected void source(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 |
source(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a source element.
Declaration
protected void source(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 |
source(Attr[])
Write a source element.
Declaration
protected void source(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
source(IEnumerable<Attr>)
Write a source element.
Declaration
protected void source(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
source(String, String, String, String, String, String, String, String)
Write a source element.
Declaration
protected void source(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
src |
span(Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr, Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr, Attr, Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr, Attr, Attr, Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr, Attr, Attr, Attr, Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr, Attr, Attr, Attr, Attr, Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(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 |
span(Attr[])
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
span(IEnumerable<Attr>)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
span(String, String, String, String, String, String)
Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder span(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
strong(Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr, Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr, Attr, Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr, Attr, Attr, Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr, Attr, Attr, Attr, Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr, Attr, Attr, Attr, Attr, Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(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 |
strong(Attr[])
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
strong(IEnumerable<Attr>)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
strong(String, String, String, String, String, String)
Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder strong(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
style(Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr, Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr, Attr, Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr, Attr, Attr, Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr, Attr, Attr, Attr, Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr, Attr, Attr, Attr, Attr, Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(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 |
style(Attr[])
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
style(IEnumerable<Attr>)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
style(String, String, String, String, String, String, String, String)
Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder style(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string media = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
media |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sub(Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr, Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr, Attr, Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr, Attr, Attr, Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr, Attr, Attr, Attr, Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr, Attr, Attr, Attr, Attr, Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(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 |
sub(Attr[])
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sub(IEnumerable<Attr>)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sub(String, String, String, String, String, String)
Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sub(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
summary(Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr, Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr, Attr, Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr, Attr, Attr, Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr, Attr, Attr, Attr, Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr, Attr, Attr, Attr, Attr, Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(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 |
summary(Attr[])
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
summary(IEnumerable<Attr>)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
summary(String, String, String, String, String, String)
Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder summary(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sup(Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr, Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr, Attr, Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr, Attr, Attr, Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr, Attr, Attr, Attr, Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr, Attr, Attr, Attr, Attr, Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(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 |
sup(Attr[])
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sup(IEnumerable<Attr>)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
sup(String, String, String, String, String, String)
Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder sup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
table(Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr, Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr, Attr, Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr, Attr, Attr, Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr, Attr, Attr, Attr, Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr, Attr, Attr, Attr, Attr, Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(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 |
table(Attr[])
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
table(IEnumerable<Attr>)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
table(String, String, String, String, String, String)
Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder table(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Tag(String, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr, Attr, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr, Attr, Attr, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr, Attr, Attr, Attr, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type | Name | Description |
---|---|---|
name |
||
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
||
attr7 |
||
attr8 |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, Attr[])
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
name |
The tag name. |
|
Attr[] |
attrs |
The attributes. |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
Tag(String, IEnumerable<Attr>)
Write a tag which takes children.
Declaration
protected TagBuilder Tag(string name, IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
name |
The tag name. |
|
attrs |
The attributes. |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed after setting the tag's children. |
tbody(Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr, Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr, Attr, Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr, Attr, Attr, Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr, Attr, Attr, Attr, Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr, Attr, Attr, Attr, Attr, Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(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 |
tbody(Attr[])
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tbody(IEnumerable<Attr>)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tbody(String, String, String, String, String, String)
Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tbody(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
td(Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr, Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr, Attr, Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr, Attr, Attr, Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr, Attr, Attr, Attr, Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr, Attr, Attr, Attr, Attr, Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(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 |
td(Attr[])
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
td(IEnumerable<Attr>)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
td(String, String, String, String, String, String, String, String, String)
Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder td(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string colspan = null, string rowspan = null, string headers = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
colspan |
||
rowspan |
||
headers |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
Text(String)
Write HTML-encoded text.
Declaration
protected void Text(string text)
Parameters
Type | Name | Description |
---|---|---|
text |
The text to HTML-encode. |
textarea(Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr, Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr, Attr, Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr, Attr, Attr, Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr, Attr, Attr, Attr, Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr, Attr, Attr, Attr, Attr, Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(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 |
textarea(Attr[])
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
textarea(IEnumerable<Attr>)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
textarea(String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String, String, String, String)
Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder textarea(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string placeholder = null, string autocomplete = null, string cols = null, string rows = null, string wrap = null, bool autofocus = false, bool disabled = false, bool readonly = false, bool required = false, string src = null, string maxlength = null, string minlength = null, string form = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
name |
||
placeholder |
||
autocomplete |
||
cols |
||
rows |
||
wrap |
||
autofocus |
||
disabled |
||
readonly |
||
required |
||
src |
||
maxlength |
||
minlength |
||
form |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tfoot(Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr, Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr, Attr, Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr, Attr, Attr, Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr, Attr, Attr, Attr, Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr, Attr, Attr, Attr, Attr, Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(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 |
tfoot(Attr[])
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tfoot(IEnumerable<Attr>)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tfoot(String, String, String, String, String, String)
Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tfoot(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
th(Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr, Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr, Attr, Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr, Attr, Attr, Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr, Attr, Attr, Attr, Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr, Attr, Attr, Attr, Attr, Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(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 |
th(Attr[])
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
th(IEnumerable<Attr>)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
th(String, String, String, String, String, String, String, String, String, String)
Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder th(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string colspan = null, string rowspan = null, string headers = null, string scope = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
colspan |
||
rowspan |
||
headers |
||
scope |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
thead(Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr, Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr, Attr, Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr, Attr, Attr, Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr, Attr, Attr, Attr, Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr, Attr, Attr, Attr, Attr, Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(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 |
thead(Attr[])
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
thead(IEnumerable<Attr>)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
thead(String, String, String, String, String, String)
Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder thead(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
time(Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr, Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr, Attr, Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr, Attr, Attr, Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr, Attr, Attr, Attr, Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr, Attr, Attr, Attr, Attr, Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(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 |
time(Attr[])
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
time(IEnumerable<Attr>)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
time(String, String, String, String, String, String, String)
Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder time(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string datetime = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
datetime |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
title(Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr, Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr, Attr, Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr, Attr, Attr, Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr, Attr, Attr, Attr, Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr, Attr, Attr, Attr, Attr, Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(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 |
title(Attr[])
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
title(IEnumerable<Attr>)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
title(String, String, String, String, String, String)
Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder title(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ToString()
Render the HTML to a string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
The HTML as a string. |
tr(Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr, Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr, Attr, Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr, Attr, Attr, Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr, Attr, Attr, Attr, Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr, Attr, Attr, Attr, Attr, Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(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 |
tr(Attr[])
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tr(IEnumerable<Attr>)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
tr(String, String, String, String, String, String)
Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder tr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
track(Attr)
Write a track element.
Declaration
protected void track(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
track(Attr, Attr)
Write a track element.
Declaration
protected void track(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
track(Attr, Attr, Attr)
Write a track element.
Declaration
protected void track(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
track(Attr, Attr, Attr, Attr)
Write a track element.
Declaration
protected void track(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
track(Attr, Attr, Attr, Attr, Attr)
Write a track element.
Declaration
protected void track(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
track(Attr, Attr, Attr, Attr, Attr, Attr)
Write a track element.
Declaration
protected void track(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
track(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a track element.
Declaration
protected void track(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 |
track(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a track element.
Declaration
protected void track(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 |
track(Attr[])
Write a track element.
Declaration
protected void track(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
track(IEnumerable<Attr>)
Write a track element.
Declaration
protected void track(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
track(String, String, String, String, String, String, String, String, String, Boolean)
Write a track element.
Declaration
protected void track(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string label = null, string kind = null, bool default = false)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
src |
||
label |
||
kind |
||
default |
u(Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr, Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr, Attr, Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr, Attr, Attr, Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr, Attr, Attr, Attr, Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr, Attr, Attr, Attr, Attr, Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(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 |
u(Attr[])
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
u(IEnumerable<Attr>)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
u(String, String, String, String, String, String)
Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder u(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ul(Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr, Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr, Attr, Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr, Attr, Attr, Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr, Attr, Attr, Attr, Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr, Attr, Attr, Attr, Attr, Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(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 |
ul(Attr[])
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ul(IEnumerable<Attr>)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
ul(String, String, String, String, String, String, String, Boolean, String)
Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder ul(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, bool reversed = false, string start = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
type |
||
reversed |
||
start |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
video(Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr, Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr, Attr, Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr, Attr, Attr, Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr, Attr, Attr, Attr, Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr, Attr, Attr, Attr, Attr, Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(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 |
video(Attr[])
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
video(IEnumerable<Attr>)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
video(String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String)
Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.
Declaration
protected TagBuilder video(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string height = null, string width = null, string poster = null, string preload = null, bool autoplay = false, bool loop = false, bool muted = false, bool controls = false, string crossorigin = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
||
src |
||
height |
||
width |
||
poster |
||
preload |
||
autoplay |
||
loop |
||
muted |
||
controls |
||
crossorigin |
Returns
Type | Description |
---|---|
A TagBuilder which MUST be disposed exactly once, immediately after the children have been written |
wbr(Attr)
Write a wbr element.
Declaration
protected void wbr(Attr attr1)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
wbr(Attr, Attr)
Write a wbr element.
Declaration
protected void wbr(Attr attr1, Attr attr2)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
wbr(Attr, Attr, Attr)
Write a wbr element.
Declaration
protected void wbr(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
wbr(Attr, Attr, Attr, Attr)
Write a wbr element.
Declaration
protected void wbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
wbr(Attr, Attr, Attr, Attr, Attr)
Write a wbr element.
Declaration
protected void wbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
wbr(Attr, Attr, Attr, Attr, Attr, Attr)
Write a wbr element.
Declaration
protected void wbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type | Name | Description |
---|---|---|
attr1 |
||
attr2 |
||
attr3 |
||
attr4 |
||
attr5 |
||
attr6 |
wbr(Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a wbr element.
Declaration
protected void wbr(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 |
wbr(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)
Write a wbr element.
Declaration
protected void wbr(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 |
wbr(Attr[])
Write a wbr element.
Declaration
protected void wbr(params Attr[] attrs)
Parameters
Type | Name | Description |
---|---|---|
Attr[] |
attrs |
wbr(IEnumerable<Attr>)
Write a wbr element.
Declaration
protected void wbr(IEnumerable<Attr> attrs)
Parameters
Type | Name | Description |
---|---|---|
attrs |
wbr(String, String, String, String, String, String)
Write a wbr element.
Declaration
protected void wbr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type | Name | Description |
---|---|---|
id |
||
class |
||
style |
||
title |
||
tabindex |
||
contenteditable |
Write(TextWriter)
Render the HTML into a TextWriter.
Declaration
public void Write(TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
writer |
The writer. |
Write(TextWriter, HtmlEncoder)
Render the HTML into a TextWriter, using an System.Text.Encodings.Web.HtmlEncoder to encode input text.
Declaration
public void Write(TextWriter writer, HtmlEncoder htmlEncoder)
Parameters
Type | Name | Description |
---|---|---|
writer |
The writer. |
|
System.Text.Encodings.Web.HtmlEncoder |
htmlEncoder |
The HTML encoder. |