Eighty

Class Html

Represents HTML that can be written to a stream.

Inheritance
Declaration
public abstract class Html : Object

Properties

CanWriteAsync

Can this Html write itself asynchronously?

Returns false if the HTML contains any calls to Builder(Func<HtmlBuilder>).

If this returns false, WriteAsync(TextWriter) will throw InvalidOperationException.

Declaration
public bool CanWriteAsync { get; }
Property Value
Type Description

Boolean

A Boolean indicating whether this Html can write itself asynchronously.

Empty

An empty chunk of Html.

Declaration
public static Html Empty { get; }
Property Value
Type Description

Html

An instance of Html.

Methods

_(Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1)
Parameters
Type Name Description

Html

sibling1

Returns
Type Description

Html

_(Html, Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1, Html sibling2)
Parameters
Type Name Description

Html

sibling1

Html

sibling2

Returns
Type Description

Html

_(Html, Html, Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1, Html sibling2, Html sibling3)
Parameters
Type Name Description

Html

sibling1

Html

sibling2

Html

sibling3

Returns
Type Description

Html

_(Html, Html, Html, Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1, Html sibling2, Html sibling3, Html sibling4)
Parameters
Type Name Description

Html

sibling1

Html

sibling2

Html

sibling3

Html

sibling4

Returns
Type Description

Html

_(Html, Html, Html, Html, Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1, Html sibling2, Html sibling3, Html sibling4, Html sibling5)
Parameters
Type Name Description

Html

sibling1

Html

sibling2

Html

sibling3

Html

sibling4

Html

sibling5

Returns
Type Description

Html

_(Html, Html, Html, Html, Html, Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1, Html sibling2, Html sibling3, Html sibling4, Html sibling5, Html sibling6)
Parameters
Type Name Description

Html

sibling1

Html

sibling2

Html

sibling3

Html

sibling4

Html

sibling5

Html

sibling6

Returns
Type Description

Html

_(Html, Html, Html, Html, Html, Html, Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1, Html sibling2, Html sibling3, Html sibling4, Html sibling5, Html sibling6, Html sibling7)
Parameters
Type Name Description

Html

sibling1

Html

sibling2

Html

sibling3

Html

sibling4

Html

sibling5

Html

sibling6

Html

sibling7

Returns
Type Description

Html

_(Html, Html, Html, Html, Html, Html, Html, Html)

Put some siblings next to each other.

Declaration
public static Html _(Html sibling1, Html sibling2, Html sibling3, Html sibling4, Html sibling5, Html sibling6, Html sibling7, Html sibling8)
Parameters
Type Name Description

Html

sibling1

Html

sibling2

Html

sibling3

Html

sibling4

Html

sibling5

Html

sibling6

Html

sibling7

Html

sibling8

Returns
Type Description

Html

_(Html[])

Put some siblings next to each other.

Declaration
public static Html _(params Html[] siblings)
Parameters
Type Name Description

Html[]

siblings

The siblings.

Returns
Type Description

Html

An instance of Html.

_(IEnumerable<Html>)

Put some siblings next to each other.

Declaration
public static Html _(IEnumerable<Html> siblings)
Parameters
Type Name Description

IEnumerable<Html>

siblings

The siblings.

Returns
Type Description

Html

An instance of Html.

_(List<Html>)

Put some siblings next to each other.

Declaration
public static Html _(List<Html> siblings)
Parameters
Type Name Description

List<Html>

siblings

The siblings.

Returns
Type Description

Html

An instance of Html.

_(ImmutableArray<Html>)

Put some siblings next to each other.

Declaration
public static Html _(ImmutableArray<Html> siblings)
Parameters
Type Name Description

ImmutableArray<Html>

siblings

The siblings.

Returns
Type Description

Html

An instance of Html.

_(ImmutableList<Html>)

Put some siblings next to each other.

Declaration
public static Html _(ImmutableList<Html> siblings)
Parameters
Type Name Description

ImmutableList<Html>

siblings

The siblings.

Returns
Type Description

Html

An instance of Html.

_(ReadOnlySpan<Html>)

Put some siblings next to each other.

Declaration
public static Html _(ReadOnlySpan<Html> siblings)
Parameters
Type Name Description

System.ReadOnlySpan<Html>

siblings

The siblings.

Returns
Type Description

Html

An instance of Html.

Remarks

This method copies the System.ReadOnlySpan<>.

a(Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr, Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr, Attr, Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr, Attr, Attr, Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr, Attr, Attr, Attr, Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr, Attr, Attr, Attr, Attr, Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an a element.

Declaration
public static TagBuilder a(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(Attr[])

Build an a element.

Declaration
public static TagBuilder a(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(IEnumerable<Attr>)

Build an a element.

Declaration
public static TagBuilder a(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a(String, String, String, String, String, String, String, String, String, String, String)

Build an a element.

Declaration
public static TagBuilder a(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string href = null, string rel = null, string target = null, string type = null, string download = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

String

href

String

rel

String

target

String

type

String

download

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

a_(Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

a_(Html, Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

a_(Html, Html, Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

a_(Html, Html, Html, Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

a_(Html, Html, Html, Html, Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

a_(Html, Html, Html, Html, Html, Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

a_(Html, Html, Html, Html, Html, Html, Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

a_(Html, Html, Html, Html, Html, Html, Html, Html)

Build an a element without any attributes.

Declaration
public static Html a_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

a_(Html[])

Build an a element without any attributes.

Declaration
public static Html a_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

a_(IEnumerable<Html>)

Build an a element without any attributes.

Declaration
public static Html a_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

a_(List<Html>)

Build an a element without any attributes.

Declaration
public static Html a_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

a_(ImmutableArray<Html>)

Build an a element without any attributes.

Declaration
public static Html a_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

a_(ImmutableList<Html>)

Build an a element without any attributes.

Declaration
public static Html a_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

abbr(Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr, Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr, Attr, Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr, Attr, Attr, Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr, Attr, Attr, Attr, Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr, Attr, Attr, Attr, Attr, Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an abbr element.

Declaration
public static TagBuilder abbr(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(Attr[])

Build an abbr element.

Declaration
public static TagBuilder abbr(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(IEnumerable<Attr>)

Build an abbr element.

Declaration
public static TagBuilder abbr(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr(String, String, String, String, String, String)

Build an abbr element.

Declaration
public static TagBuilder abbr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

abbr_(Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

abbr_(Html, Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

abbr_(Html, Html, Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

abbr_(Html, Html, Html, Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

abbr_(Html, Html, Html, Html, Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

abbr_(Html, Html, Html, Html, Html, Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

abbr_(Html, Html, Html, Html, Html, Html, Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

abbr_(Html, Html, Html, Html, Html, Html, Html, Html)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

abbr_(Html[])

Build an abbr element without any attributes.

Declaration
public static Html abbr_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

abbr_(IEnumerable<Html>)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

abbr_(List<Html>)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

abbr_(ImmutableArray<Html>)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

abbr_(ImmutableList<Html>)

Build an abbr element without any attributes.

Declaration
public static Html abbr_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

address(Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr, Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr, Attr, Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr, Attr, Attr, Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr, Attr, Attr, Attr, Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr, Attr, Attr, Attr, Attr, Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an address element.

Declaration
public static TagBuilder address(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(Attr[])

Build an address element.

Declaration
public static TagBuilder address(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(IEnumerable<Attr>)

Build an address element.

Declaration
public static TagBuilder address(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address(String, String, String, String, String, String)

Build an address element.

Declaration
public static TagBuilder address(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

address_(Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

address_(Html, Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

address_(Html, Html, Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

address_(Html, Html, Html, Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

address_(Html, Html, Html, Html, Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

address_(Html, Html, Html, Html, Html, Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

address_(Html, Html, Html, Html, Html, Html, Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

address_(Html, Html, Html, Html, Html, Html, Html, Html)

Build an address element without any attributes.

Declaration
public static Html address_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

address_(Html[])

Build an address element without any attributes.

Declaration
public static Html address_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

address_(IEnumerable<Html>)

Build an address element without any attributes.

Declaration
public static Html address_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

address_(List<Html>)

Build an address element without any attributes.

Declaration
public static Html address_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

address_(ImmutableArray<Html>)

Build an address element without any attributes.

Declaration
public static Html address_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

address_(ImmutableList<Html>)

Build an address element without any attributes.

Declaration
public static Html address_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

article(Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr, Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr, Attr, Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr, Attr, Attr, Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr, Attr, Attr, Attr, Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr, Attr, Attr, Attr, Attr, Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an article element.

Declaration
public static TagBuilder article(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(Attr[])

Build an article element.

Declaration
public static TagBuilder article(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(IEnumerable<Attr>)

Build an article element.

Declaration
public static TagBuilder article(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article(String, String, String, String, String, String)

Build an article element.

Declaration
public static TagBuilder article(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

article_(Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

article_(Html, Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

article_(Html, Html, Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

article_(Html, Html, Html, Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

article_(Html, Html, Html, Html, Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

article_(Html, Html, Html, Html, Html, Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

article_(Html, Html, Html, Html, Html, Html, Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

article_(Html, Html, Html, Html, Html, Html, Html, Html)

Build an article element without any attributes.

Declaration
public static Html article_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

article_(Html[])

Build an article element without any attributes.

Declaration
public static Html article_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

article_(IEnumerable<Html>)

Build an article element without any attributes.

Declaration
public static Html article_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

article_(List<Html>)

Build an article element without any attributes.

Declaration
public static Html article_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

article_(ImmutableArray<Html>)

Build an article element without any attributes.

Declaration
public static Html article_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

article_(ImmutableList<Html>)

Build an article element without any attributes.

Declaration
public static Html article_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

aside(Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr, Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr, Attr, Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr, Attr, Attr, Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr, Attr, Attr, Attr, Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr, Attr, Attr, Attr, Attr, Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an aside element.

Declaration
public static TagBuilder aside(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(Attr[])

Build an aside element.

Declaration
public static TagBuilder aside(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(IEnumerable<Attr>)

Build an aside element.

Declaration
public static TagBuilder aside(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside(String, String, String, String, String, String)

Build an aside element.

Declaration
public static TagBuilder aside(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

aside_(Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

aside_(Html, Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

aside_(Html, Html, Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

aside_(Html, Html, Html, Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

aside_(Html, Html, Html, Html, Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

aside_(Html, Html, Html, Html, Html, Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

aside_(Html, Html, Html, Html, Html, Html, Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

aside_(Html, Html, Html, Html, Html, Html, Html, Html)

Build an aside element without any attributes.

Declaration
public static Html aside_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

aside_(Html[])

Build an aside element without any attributes.

Declaration
public static Html aside_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

aside_(IEnumerable<Html>)

Build an aside element without any attributes.

Declaration
public static Html aside_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

aside_(List<Html>)

Build an aside element without any attributes.

Declaration
public static Html aside_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

aside_(ImmutableArray<Html>)

Build an aside element without any attributes.

Declaration
public static Html aside_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

aside_(ImmutableList<Html>)

Build an aside element without any attributes.

Declaration
public static Html aside_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

audio(Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr, Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr, Attr, Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr, Attr, Attr, Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr, Attr, Attr, Attr, Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr, Attr, Attr, Attr, Attr, Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build an audio element.

Declaration
public static TagBuilder audio(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(Attr[])

Build an audio element.

Declaration
public static TagBuilder audio(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(IEnumerable<Attr>)

Build an audio element.

Declaration
public static TagBuilder audio(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio(String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean)

Build an audio element.

Declaration
public static TagBuilder audio(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string preload = null, string volume = null, bool autoplay = false, bool loop = false, bool muted = false, bool controls = false)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

String

src

String

preload

String

volume

Boolean

autoplay

Boolean

loop

Boolean

muted

Boolean

controls

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

audio_(Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

audio_(Html, Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

audio_(Html, Html, Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

audio_(Html, Html, Html, Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

audio_(Html, Html, Html, Html, Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

audio_(Html, Html, Html, Html, Html, Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

audio_(Html, Html, Html, Html, Html, Html, Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

audio_(Html, Html, Html, Html, Html, Html, Html, Html)

Build an audio element without any attributes.

Declaration
public static Html audio_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

audio_(Html[])

Build an audio element without any attributes.

Declaration
public static Html audio_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

audio_(IEnumerable<Html>)

Build an audio element without any attributes.

Declaration
public static Html audio_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

audio_(List<Html>)

Build an audio element without any attributes.

Declaration
public static Html audio_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

audio_(ImmutableArray<Html>)

Build an audio element without any attributes.

Declaration
public static Html audio_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

audio_(ImmutableList<Html>)

Build an audio element without any attributes.

Declaration
public static Html audio_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

b(Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr, Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr, Attr, Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr, Attr, Attr, Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr, Attr, Attr, Attr, Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr, Attr, Attr, Attr, Attr, Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a b element.

Declaration
public static TagBuilder b(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(Attr[])

Build a b element.

Declaration
public static TagBuilder b(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(IEnumerable<Attr>)

Build a b element.

Declaration
public static TagBuilder b(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b(String, String, String, String, String, String)

Build a b element.

Declaration
public static TagBuilder b(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

b_(Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

b_(Html, Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

b_(Html, Html, Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

b_(Html, Html, Html, Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

b_(Html, Html, Html, Html, Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

b_(Html, Html, Html, Html, Html, Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

b_(Html, Html, Html, Html, Html, Html, Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

b_(Html, Html, Html, Html, Html, Html, Html, Html)

Build a b element without any attributes.

Declaration
public static Html b_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

b_(Html[])

Build a b element without any attributes.

Declaration
public static Html b_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

b_(IEnumerable<Html>)

Build a b element without any attributes.

Declaration
public static Html b_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

b_(List<Html>)

Build a b element without any attributes.

Declaration
public static Html b_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

b_(ImmutableArray<Html>)

Build a b element without any attributes.

Declaration
public static Html b_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

b_(ImmutableList<Html>)

Build a b element without any attributes.

Declaration
public static Html b_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

base(Attr)

Build a base element.

Declaration
public static Html base(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

Html

The element

base(Attr, Attr)

Build a base element.

Declaration
public static Html base(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

Html

The element

base(Attr, Attr, Attr)

Build a base element.

Declaration
public static Html base(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

Html

The element

base(Attr, Attr, Attr, Attr)

Build a base element.

Declaration
public static Html base(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

Html

The element

base(Attr, Attr, Attr, Attr, Attr)

Build a base element.

Declaration
public static Html base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

Html

The element

base(Attr, Attr, Attr, Attr, Attr, Attr)

Build a base element.

Declaration
public static Html base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

Html

The element

base(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a base element.

Declaration
public static Html base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

Html

The element

base(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a base element.

Declaration
public static Html base(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

Html

The element

base(Attr[])

Build a base element.

Declaration
public static Html base(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

Html

The element

base(IEnumerable<Attr>)

Build a base element.

Declaration
public static Html base(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

Html

The element

base(String, String, String, String, String, String, String, String)

Build a base element.

Declaration
public static Html base(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string href = null, string target = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

String

href

String

target

Returns
Type Description

Html

The element

bdi(Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr, Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr, Attr, Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr, Attr, Attr, Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr, Attr, Attr, Attr, Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr, Attr, Attr, Attr, Attr, Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a bdi element.

Declaration
public static TagBuilder bdi(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(Attr[])

Build a bdi element.

Declaration
public static TagBuilder bdi(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(IEnumerable<Attr>)

Build a bdi element.

Declaration
public static TagBuilder bdi(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi(String, String, String, String, String, String, String)

Build a bdi element.

Declaration
public static TagBuilder bdi(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string dir = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

String

dir

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdi_(Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

bdi_(Html, Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

bdi_(Html, Html, Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

bdi_(Html, Html, Html, Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

bdi_(Html, Html, Html, Html, Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

bdi_(Html, Html, Html, Html, Html, Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

bdi_(Html, Html, Html, Html, Html, Html, Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

bdi_(Html, Html, Html, Html, Html, Html, Html, Html)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

bdi_(Html[])

Build a bdi element without any attributes.

Declaration
public static Html bdi_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

bdi_(IEnumerable<Html>)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

bdi_(List<Html>)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

bdi_(ImmutableArray<Html>)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

bdi_(ImmutableList<Html>)

Build a bdi element without any attributes.

Declaration
public static Html bdi_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

bdo(Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr, Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr, Attr, Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr, Attr, Attr, Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr, Attr, Attr, Attr, Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr, Attr, Attr, Attr, Attr, Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a bdo element.

Declaration
public static TagBuilder bdo(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(Attr[])

Build a bdo element.

Declaration
public static TagBuilder bdo(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(IEnumerable<Attr>)

Build a bdo element.

Declaration
public static TagBuilder bdo(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo(String, String, String, String, String, String, String)

Build a bdo element.

Declaration
public static TagBuilder bdo(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string dir = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

String

dir

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

bdo_(Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

bdo_(Html, Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

bdo_(Html, Html, Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

bdo_(Html, Html, Html, Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

bdo_(Html, Html, Html, Html, Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

bdo_(Html, Html, Html, Html, Html, Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

bdo_(Html, Html, Html, Html, Html, Html, Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

bdo_(Html, Html, Html, Html, Html, Html, Html, Html)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

bdo_(Html[])

Build a bdo element without any attributes.

Declaration
public static Html bdo_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

bdo_(IEnumerable<Html>)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

bdo_(List<Html>)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

bdo_(ImmutableArray<Html>)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

bdo_(ImmutableList<Html>)

Build a bdo element without any attributes.

Declaration
public static Html bdo_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

blockquote(Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr, Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr, Attr, Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr, Attr, Attr, Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr, Attr, Attr, Attr, Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr, Attr, Attr, Attr, Attr, Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(Attr[])

Build a blockquote element.

Declaration
public static TagBuilder blockquote(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(IEnumerable<Attr>)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote(String, String, String, String, String, String)

Build a blockquote element.

Declaration
public static TagBuilder blockquote(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

blockquote_(Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

blockquote_(Html, Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

blockquote_(Html, Html, Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

blockquote_(Html, Html, Html, Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

blockquote_(Html, Html, Html, Html, Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

blockquote_(Html, Html, Html, Html, Html, Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

blockquote_(Html, Html, Html, Html, Html, Html, Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

blockquote_(Html, Html, Html, Html, Html, Html, Html, Html)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

blockquote_(Html[])

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

blockquote_(IEnumerable<Html>)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

blockquote_(List<Html>)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

blockquote_(ImmutableArray<Html>)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

blockquote_(ImmutableList<Html>)

Build a blockquote element without any attributes.

Declaration
public static Html blockquote_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

body(Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr, Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr, Attr, Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr, Attr, Attr, Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr, Attr, Attr, Attr, Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr, Attr, Attr, Attr, Attr, Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a body element.

Declaration
public static TagBuilder body(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(Attr[])

Build a body element.

Declaration
public static TagBuilder body(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(IEnumerable<Attr>)

Build a body element.

Declaration
public static TagBuilder body(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body(String, String, String, String, String, String)

Build a body element.

Declaration
public static TagBuilder body(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

body_(Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

body_(Html, Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

body_(Html, Html, Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

body_(Html, Html, Html, Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

body_(Html, Html, Html, Html, Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

body_(Html, Html, Html, Html, Html, Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

body_(Html, Html, Html, Html, Html, Html, Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

body_(Html, Html, Html, Html, Html, Html, Html, Html)

Build a body element without any attributes.

Declaration
public static Html body_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

body_(Html[])

Build a body element without any attributes.

Declaration
public static Html body_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

body_(IEnumerable<Html>)

Build a body element without any attributes.

Declaration
public static Html body_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

body_(List<Html>)

Build a body element without any attributes.

Declaration
public static Html body_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

body_(ImmutableArray<Html>)

Build a body element without any attributes.

Declaration
public static Html body_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

body_(ImmutableList<Html>)

Build a body element without any attributes.

Declaration
public static Html body_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

br(Attr)

Build a br element.

Declaration
public static Html br(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

Html

The element

br(Attr, Attr)

Build a br element.

Declaration
public static Html br(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

Html

The element

br(Attr, Attr, Attr)

Build a br element.

Declaration
public static Html br(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

Html

The element

br(Attr, Attr, Attr, Attr)

Build a br element.

Declaration
public static Html br(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

Html

The element

br(Attr, Attr, Attr, Attr, Attr)

Build a br element.

Declaration
public static Html br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

Html

The element

br(Attr, Attr, Attr, Attr, Attr, Attr)

Build a br element.

Declaration
public static Html br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

Html

The element

br(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a br element.

Declaration
public static Html br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

Html

The element

br(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a br element.

Declaration
public static Html br(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

Html

The element

br(Attr[])

Build a br element.

Declaration
public static Html br(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

Html

The element

br(IEnumerable<Attr>)

Build a br element.

Declaration
public static Html br(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

Html

The element

br(String, String, String, String, String, String)

Build a br element.

Declaration
public static Html br(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

Returns
Type Description

Html

The element

Builder(Func<HtmlBuilder>)

Run the HtmlBuilder returned by builderFactory.

The Html returned from this method cannot write itself asynchronously; its CanWriteAsync will return false and its WriteAsync(TextWriter) method will throw InvalidOperationException.

builderFactory should generally return a newly created HtmlBuilder, not a cached instance. Returning a cached HtmlBuilder is risky if it's possible that this Html's Write(TextWriter) method will be called concurrently by multiple threads.

Declaration
public static Html Builder(Func<HtmlBuilder> builderFactory)
Parameters
Type Name Description

Func<HtmlBuilder>

builderFactory

A function to create an HtmlBuilder.

Returns
Type Description

Html

An instance of Html.

button(Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr, Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr, Attr, Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr, Attr, Attr, Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr, Attr, Attr, Attr, Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr, Attr, Attr, Attr, Attr, Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a button element.

Declaration
public static TagBuilder button(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(Attr[])

Build a button element.

Declaration
public static TagBuilder button(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(IEnumerable<Attr>)

Build a button element.

Declaration
public static TagBuilder button(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button(String, String, String, String, String, String, String, String, String, Boolean, Boolean, String, String, String, String, String, String, String, String, Boolean)

Build a button element.

Declaration
public static TagBuilder button(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string type = null, string value = null, bool autofocus = false, bool disabled = false, string src = null, string height = null, string width = null, string form = null, string formaction = null, string formmethod = null, string formtarget = null, string formenctype = null, bool formnovalidate = false)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

String

name

String

type

String

value

Boolean

autofocus

Boolean

disabled

String

src

String

height

String

width

String

form

String

formaction

String

formmethod

String

formtarget

String

formenctype

Boolean

formnovalidate

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

button_(Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

button_(Html, Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

button_(Html, Html, Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

button_(Html, Html, Html, Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

button_(Html, Html, Html, Html, Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

button_(Html, Html, Html, Html, Html, Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

button_(Html, Html, Html, Html, Html, Html, Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

button_(Html, Html, Html, Html, Html, Html, Html, Html)

Build a button element without any attributes.

Declaration
public static Html button_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

button_(Html[])

Build a button element without any attributes.

Declaration
public static Html button_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

button_(IEnumerable<Html>)

Build a button element without any attributes.

Declaration
public static Html button_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

button_(List<Html>)

Build a button element without any attributes.

Declaration
public static Html button_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

button_(ImmutableArray<Html>)

Build a button element without any attributes.

Declaration
public static Html button_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

button_(ImmutableList<Html>)

Build a button element without any attributes.

Declaration
public static Html button_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

canvas(Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr, Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr, Attr, Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr, Attr, Attr, Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr, Attr, Attr, Attr, Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr, Attr, Attr, Attr, Attr, Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr, Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a canvas element.

Declaration
public static TagBuilder canvas(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7, Attr attr8)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Attr

attr8

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(Attr[])

Build a canvas element.

Declaration
public static TagBuilder canvas(params Attr[] attrs)
Parameters
Type Name Description

Attr[]

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(IEnumerable<Attr>)

Build a canvas element.

Declaration
public static TagBuilder canvas(IEnumerable<Attr> attrs)
Parameters
Type Name Description

IEnumerable<Attr>

attrs

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas(String, String, String, String, String, String, String, String)

Build a canvas element.

Declaration
public static TagBuilder canvas(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string height = null, string width = null)
Parameters
Type Name Description

String

id

String

class

String

style

String

title

String

tabindex

String

contenteditable

String

height

String

width

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

canvas_(Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1)
Parameters
Type Name Description

Html

child1

Returns
Type Description

Html

The element

canvas_(Html, Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1, Html child2)
Parameters
Type Name Description

Html

child1

Html

child2

Returns
Type Description

Html

The element

canvas_(Html, Html, Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1, Html child2, Html child3)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Returns
Type Description

Html

The element

canvas_(Html, Html, Html, Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1, Html child2, Html child3, Html child4)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Returns
Type Description

Html

The element

canvas_(Html, Html, Html, Html, Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1, Html child2, Html child3, Html child4, Html child5)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Returns
Type Description

Html

The element

canvas_(Html, Html, Html, Html, Html, Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Returns
Type Description

Html

The element

canvas_(Html, Html, Html, Html, Html, Html, Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Returns
Type Description

Html

The element

canvas_(Html, Html, Html, Html, Html, Html, Html, Html)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(Html child1, Html child2, Html child3, Html child4, Html child5, Html child6, Html child7, Html child8)
Parameters
Type Name Description

Html

child1

Html

child2

Html

child3

Html

child4

Html

child5

Html

child6

Html

child7

Html

child8

Returns
Type Description

Html

The element

canvas_(Html[])

Build a canvas element without any attributes.

Declaration
public static Html canvas_(params Html[] children)
Parameters
Type Name Description

Html[]

children

Returns
Type Description

Html

The element

canvas_(IEnumerable<Html>)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(IEnumerable<Html> children)
Parameters
Type Name Description

IEnumerable<Html>

children

Returns
Type Description

Html

The element

canvas_(List<Html>)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(List<Html> children)
Parameters
Type Name Description

List<Html>

children

Returns
Type Description

Html

The element

canvas_(ImmutableArray<Html>)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(ImmutableArray<Html> children)
Parameters
Type Name Description

ImmutableArray<Html>

children

Returns
Type Description

Html

The element

canvas_(ImmutableList<Html>)

Build a canvas element without any attributes.

Declaration
public static Html canvas_(ImmutableList<Html> children)
Parameters
Type Name Description

ImmutableList<Html>

children

Returns
Type Description

Html

The element

caption(Attr)

Build a caption element.

Declaration
public static TagBuilder caption(Attr attr1)
Parameters
Type Name Description

Attr

attr1

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

caption(Attr, Attr)

Build a caption element.

Declaration
public static TagBuilder caption(Attr attr1, Attr attr2)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

caption(Attr, Attr, Attr)

Build a caption element.

Declaration
public static TagBuilder caption(Attr attr1, Attr attr2, Attr attr3)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

caption(Attr, Attr, Attr, Attr)

Build a caption element.

Declaration
public static TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

caption(Attr, Attr, Attr, Attr, Attr)

Build a caption element.

Declaration
public static TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

caption(Attr, Attr, Attr, Attr, Attr, Attr)

Build a caption element.

Declaration
public static TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Returns
Type Description

TagBuilder

A TagBuilder waiting for the element's children

caption(Attr, Attr, Attr, Attr, Attr, Attr, Attr)

Build a caption element.

Declaration
public static TagBuilder caption(Attr attr1, Attr attr2, Attr attr3, Attr attr4, Attr attr5, Attr attr6, Attr attr7)
Parameters
Type Name Description

Attr

attr1

Attr

attr2

Attr

attr3

Attr

attr4

Attr

attr5

Attr

attr6

Attr

attr7

Returns
Type Description