Show / Hide Table of Contents

Class HtmlBuilder

Tools for rendering HTML imperatively.

Inheritance
Object
HtmlBuilder
Namespace: Eighty.Twenty
Assembly: Eighty.dll
Syntax
public abstract class HtmlBuilder : object

Properties

| Improve this Doc View Source

Null

An HtmlBuilder which generates an empty HTML document

Declaration
public static HtmlBuilder Null { get; }
Property Value
Type Description
HtmlBuilder

An HtmlBuilder which generates an empty HTML document

Methods

| Improve this Doc View Source

a(Attr[])

Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder a(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

a(IEnumerable<Attr>)

Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder a(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write an a element. The returned value MUST be disposed exactly once, immediately after the children have been written.

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

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

abbr(Attr[])

Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder abbr(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

abbr(IEnumerable<Attr>)

Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder abbr(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write an abbr element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder abbr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

address(Attr[])

Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder address(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

address(IEnumerable<Attr>)

Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder address(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write an address element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder address(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

article(Attr[])

Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder article(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

article(IEnumerable<Attr>)

Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder article(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write an article element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder article(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

aside(Attr[])

Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder aside(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

aside(IEnumerable<Attr>)

Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder aside(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write an aside element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder aside(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

audio(Attr[])

Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder audio(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

audio(IEnumerable<Attr>)

Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder audio(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write an audio element. The returned value MUST be disposed exactly once, immediately after the children have been written.

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

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

b(Attr[])

Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder b(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

b(IEnumerable<Attr>)

Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder b(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write a b element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder b(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

base(Attr[])

Write a base element.

Declaration
protected void base(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

base(IEnumerable<Attr>)

Write a base element.

Declaration
protected void base(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

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

Write a base element.

Declaration
protected void base(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string href = null, string target = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String href
String target
| Improve this Doc View Source

bdi(Attr[])

Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder bdi(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

bdi(IEnumerable<Attr>)

Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder bdi(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write a bdi element. The returned value MUST be disposed exactly once, immediately after the children have been written.

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

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

bdo(Attr[])

Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder bdo(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

bdo(IEnumerable<Attr>)

Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder bdo(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write a bdo element. The returned value MUST be disposed exactly once, immediately after the children have been written.

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

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

blockquote(Attr[])

Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder blockquote(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

blockquote(IEnumerable<Attr>)

Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder blockquote(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write a blockquote element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder blockquote(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

body(Attr[])

Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder body(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

body(IEnumerable<Attr>)

Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder body(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write a body element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder body(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

br(Attr[])

Write a br element.

Declaration
protected void br(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

br(IEnumerable<Attr>)

Write a br element.

Declaration
protected void br(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

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

Write a br element.

Declaration
protected void br(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
| Improve this Doc View Source

Build()

Override this method to write your HTML.

Declaration
protected abstract void Build()
| Improve this Doc View Source

button(Attr[])

Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder button(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

button(IEnumerable<Attr>)

Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder button(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write a button element. The returned value MUST be disposed exactly once, immediately after the children have been written.

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

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

canvas(Attr[])

Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder canvas(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

canvas(IEnumerable<Attr>)

Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder canvas(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

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

Write a canvas element. The returned value MUST be disposed exactly once, immediately after the children have been written.

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

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

caption(Attr[])

Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder caption(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

caption(IEnumerable<Attr>)

Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder caption(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

caption(String, String, String, String, String, String)

Write a caption element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder caption(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

cite(Attr[])

Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder cite(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

cite(IEnumerable<Attr>)

Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder cite(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

cite(String, String, String, String, String, String)

Write a cite element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder cite(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

code(Attr[])

Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder code(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

code(IEnumerable<Attr>)

Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder code(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

code(String, String, String, String, String, String)

Write a code element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder code(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

col(Attr[])

Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder col(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

col(IEnumerable<Attr>)

Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder col(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

col(String, String, String, String, String, String, String)

Write a col element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder col(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string span = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String span
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

colgroup(Attr[])

Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder colgroup(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

colgroup(IEnumerable<Attr>)

Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder colgroup(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

colgroup(String, String, String, String, String, String, String)

Write a colgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder colgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string span = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String span
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

data(Attr[])

Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder data(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

data(IEnumerable<Attr>)

Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder data(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

data(String, String, String, String, String, String, String)

Write a data element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder data(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String value
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

datalist(Attr[])

Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder datalist(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

datalist(IEnumerable<Attr>)

Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder datalist(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

datalist(String, String, String, String, String, String)

Write a datalist element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder datalist(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dd(Attr[])

Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dd(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dd(IEnumerable<Attr>)

Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dd(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dd(String, String, String, String, String, String)

Write a dd element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dd(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

details(Attr[])

Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder details(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

details(IEnumerable<Attr>)

Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder details(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

details(String, String, String, String, String, String, Boolean)

Write a details element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder details(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, bool open = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Boolean open
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dfn(Attr[])

Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dfn(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dfn(IEnumerable<Attr>)

Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dfn(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dfn(String, String, String, String, String, String)

Write a dfn element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dfn(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dialog(Attr[])

Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dialog(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dialog(IEnumerable<Attr>)

Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dialog(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dialog(String, String, String, String, String, String, Boolean)

Write a dialog element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dialog(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, bool open = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Boolean open
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

div(Attr[])

Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder div(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

div(IEnumerable<Attr>)

Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder div(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

div(String, String, String, String, String, String)

Write a div element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder div(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dl(Attr[])

Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dl(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dl(IEnumerable<Attr>)

Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dl(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dl(String, String, String, String, String, String)

Write a dl element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dl(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

doctype()

Write the <!DOCTYPE HTML> preamble.

Declaration
protected void doctype()
| Improve this Doc View Source

doctypeHtml()

Write the <!DOCTYPE HTML> preamble.

Declaration
protected TagBuilder doctypeHtml()
Returns
Type Description
TagBuilder
| Improve this Doc View Source

dt(Attr[])

Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dt(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dt(IEnumerable<Attr>)

Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dt(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

dt(String, String, String, String, String, String)

Write a dt element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder dt(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

em(Attr[])

Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder em(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

em(IEnumerable<Attr>)

Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder em(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

em(String, String, String, String, String, String)

Write an em element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder em(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

embed(Attr[])

Write an embed element.

Declaration
protected void embed(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

embed(IEnumerable<Attr>)

Write an embed element.

Declaration
protected void embed(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

embed(String, String, String, String, String, String, String, String, String, String)

Write an embed element.

Declaration
protected void embed(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null, string height = null, string width = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
String src
String height
String width
| Improve this Doc View Source

fieldset(Attr[])

Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder fieldset(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

fieldset(IEnumerable<Attr>)

Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder fieldset(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

fieldset(String, String, String, String, String, String, String, Boolean, String)

Write a fieldset element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder fieldset(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, bool disabled = false, string form = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String name
Boolean disabled
String form
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

figcaption(Attr[])

Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder figcaption(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

figcaption(IEnumerable<Attr>)

Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder figcaption(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

figcaption(String, String, String, String, String, String)

Write a figcaption element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder figcaption(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

figure(Attr[])

Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder figure(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

figure(IEnumerable<Attr>)

Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder figure(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

figure(String, String, String, String, String, String)

Write a figure element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder figure(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

footer(Attr[])

Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder footer(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

footer(IEnumerable<Attr>)

Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder footer(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

footer(String, String, String, String, String, String)

Write a footer element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder footer(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

form(Attr[])

Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder form(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

form(IEnumerable<Attr>)

Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder form(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

form(String, String, String, String, String, String, String, String, String, String, String, String, Boolean)

Write a form element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder form(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string action = null, string method = null, string autocomplete = null, string target = null, string enctype = null, bool novalidate = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String name
String action
String method
String autocomplete
String target
String enctype
Boolean novalidate
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h1(Attr[])

Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h1(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h1(IEnumerable<Attr>)

Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h1(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h1(String, String, String, String, String, String)

Write an h1 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h1(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h2(Attr[])

Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h2(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h2(IEnumerable<Attr>)

Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h2(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h2(String, String, String, String, String, String)

Write an h2 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h2(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h3(Attr[])

Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h3(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h3(IEnumerable<Attr>)

Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h3(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h3(String, String, String, String, String, String)

Write an h3 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h3(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h4(Attr[])

Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h4(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h4(IEnumerable<Attr>)

Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h4(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h4(String, String, String, String, String, String)

Write an h4 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h4(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h5(Attr[])

Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h5(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h5(IEnumerable<Attr>)

Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h5(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h5(String, String, String, String, String, String)

Write an h5 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h5(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h6(Attr[])

Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h6(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h6(IEnumerable<Attr>)

Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h6(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

h6(String, String, String, String, String, String)

Write an h6 element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder h6(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

head(Attr[])

Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder head(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

head(IEnumerable<Attr>)

Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder head(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

head(String, String, String, String, String, String)

Write a head element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder head(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

header(Attr[])

Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder header(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

header(IEnumerable<Attr>)

Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder header(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

header(String, String, String, String, String, String)

Write a header element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder header(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

hgroup(Attr[])

Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder hgroup(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

hgroup(IEnumerable<Attr>)

Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder hgroup(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

hgroup(String, String, String, String, String, String)

Write a hgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder hgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

hr(Attr[])

Write an hr element.

Declaration
protected void hr(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

hr(IEnumerable<Attr>)

Write an hr element.

Declaration
protected void hr(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

hr(String, String, String, String, String, String)

Write an hr element.

Declaration
protected void hr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
| Improve this Doc View Source

html(Attr[])

Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder html(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

Html(Html)

Write HTML.

Declaration
protected void Html(Html html)
Parameters
Type Name Description
Html html

The HTML to write.

| Improve this Doc View Source

html(IEnumerable<Attr>)

Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder html(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

html(String, String, String, String, String, String, String)

Write an html element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder html(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string xmlns = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String xmlns
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

i(Attr[])

Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder i(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

i(IEnumerable<Attr>)

Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder i(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

i(String, String, String, String, String, String)

Write an i element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder i(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

img(Attr[])

Write an img element.

Declaration
protected void img(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

img(IEnumerable<Attr>)

Write an img element.

Declaration
protected void img(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

img(String, String, String, String, String, String, String, String, String, String, String, String, String)

Write an img element.

Declaration
protected void img(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string alt = null, string height = null, string width = null, string srcset = null, string sizes = null, string crossorigin = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String src
String alt
String height
String width
String srcset
String sizes
String crossorigin
| Improve this Doc View Source

input(Attr[])

Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder input(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

input(IEnumerable<Attr>)

Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder input(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

input(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean)

Write an input element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder input(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string type = null, string multiple = null, string value = null, string placeholder = null, string size = null, string autocomplete = null, string list = null, bool autofocus = false, bool checked = false, bool disabled = false, bool readonly = false, bool required = false, string src = null, string height = null, string width = null, string max = null, string min = null, string step = null, string maxlength = null, string minlength = null, string pattern = null, string form = null, string formaction = null, string formmethod = null, string formtarget = null, string formenctype = null, bool formnovalidate = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String name
String type
String multiple
String value
String placeholder
String size
String autocomplete
String list
Boolean autofocus
Boolean checked
Boolean disabled
Boolean readonly
Boolean required
String src
String height
String width
String max
String min
String step
String maxlength
String minlength
String pattern
String form
String formaction
String formmethod
String formtarget
String formenctype
Boolean formnovalidate
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

kbd(Attr[])

Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder kbd(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

kbd(IEnumerable<Attr>)

Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder kbd(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

kbd(String, String, String, String, String, String)

Write a kbd element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder kbd(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

label(Attr[])

Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder label(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

label(IEnumerable<Attr>)

Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder label(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

label(String, String, String, String, String, String, String)

Write a label element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder label(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string for = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String for
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

legend(Attr[])

Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder legend(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

legend(IEnumerable<Attr>)

Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder legend(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

legend(String, String, String, String, String, String)

Write a legend element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder legend(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

li(Attr[])

Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder li(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

li(IEnumerable<Attr>)

Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder li(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

li(String, String, String, String, String, String, String)

Write an li element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder li(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String value
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

link(Attr[])

Write a link element.

Declaration
protected void link(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

link(IEnumerable<Attr>)

Write a link element.

Declaration
protected void link(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

link(String, String, String, String, String, String, String, String, String, String, String, String)

Write a link element.

Declaration
protected void link(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string crossorigin = null, string rel = null, string href = null, string type = null, string media = null, string sizes = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String crossorigin
String rel
String href
String type
String media
String sizes
| Improve this Doc View Source

main(Attr[])

Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder main(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

main(IEnumerable<Attr>)

Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder main(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

main(String, String, String, String, String, String)

Write a main element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder main(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

mark(Attr[])

Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder mark(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

mark(IEnumerable<Attr>)

Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder mark(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

mark(String, String, String, String, String, String)

Write a mark element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder mark(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

menu(Attr[])

Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder menu(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

menu(IEnumerable<Attr>)

Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder menu(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

menu(String, String, String, String, String, String, String, String)

Write a menu element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder menu(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string label = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
String label
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

menuitem(Attr[])

Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder menuitem(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

menuitem(IEnumerable<Attr>)

Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder menuitem(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

menuitem(String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean)

Write a menuitem element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder menuitem(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string label = null, string command = null, string icon = null, string radiogroup = null, bool disabled = false, bool default = false, bool checked = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
String label
String command
String icon
String radiogroup
Boolean disabled
Boolean default
Boolean checked
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

meta(Attr[])

Write a meta element.

Declaration
protected void meta(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

meta(IEnumerable<Attr>)

Write a meta element.

Declaration
protected void meta(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

meta(String, String, String, String, String, String, String, String)

Write a meta element.

Declaration
protected void meta(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string charset = null, string target = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String charset
String target
| Improve this Doc View Source

meter(Attr[])

Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder meter(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

meter(IEnumerable<Attr>)

Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder meter(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

meter(String, String, String, String, String, String, String, String, String, String, String, String, String)

Write a meter element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder meter(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null, string form = null, string max = null, string min = null, string low = null, string high = null, string optimum = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String value
String form
String max
String min
String low
String high
String optimum
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

nav(Attr[])

Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder nav(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

nav(IEnumerable<Attr>)

Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder nav(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

nav(String, String, String, String, String, String)

Write a nav element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder nav(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

noscript(Attr[])

Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder noscript(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

noscript(IEnumerable<Attr>)

Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder noscript(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

noscript(String, String, String, String, String, String)

Write a noscript element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder noscript(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

object(Attr[])

Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder object(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

object(IEnumerable<Attr>)

Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder object(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

object(String, String, String, String, String, String, String, String, String, String, String)

Write an object element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder object(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string data = null, string height = null, string width = null, string name = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
String data
String height
String width
String name
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

ol(Attr[])

Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder ol(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

ol(IEnumerable<Attr>)

Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder ol(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

ol(String, String, String, String, String, String, String, Boolean, String)

Write an ol element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder ol(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, bool reversed = false, string start = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
Boolean reversed
String start
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

optgroup(Attr[])

Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder optgroup(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

optgroup(IEnumerable<Attr>)

Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder optgroup(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

optgroup(String, String, String, String, String, String, String, Boolean)

Write an optgroup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder optgroup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string label = null, bool disabled = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String label
Boolean disabled
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

option(Attr[])

Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder option(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

option(IEnumerable<Attr>)

Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder option(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

option(String, String, String, String, String, String, String, String, Boolean, Boolean)

Write an option element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder option(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string label = null, string value = null, bool disabled = false, bool selected = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String label
String value
Boolean disabled
Boolean selected
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

output(Attr[])

Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder output(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

output(IEnumerable<Attr>)

Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder output(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

output(String, String, String, String, String, String, String, String, String)

Write an output element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder output(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string for = null, string name = null, string form = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String for
String name
String form
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

p(Attr[])

Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder p(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

p(IEnumerable<Attr>)

Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder p(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

p(String, String, String, String, String, String)

Write a p element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder p(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

param(Attr[])

Write a param element.

Declaration
protected void param(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

param(IEnumerable<Attr>)

Write a param element.

Declaration
protected void param(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

param(String, String, String, String, String, String, String, String)

Write a param element.

Declaration
protected void param(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string value = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String name
String value
| Improve this Doc View Source

Partial(HtmlBuilder)

Write partial's HTML into this HtmlBuilder's output stream.

Declaration
protected void Partial(HtmlBuilder partial)
Parameters
Type Name Description
HtmlBuilder partial

The child HtmlBuilder

| Improve this Doc View Source

picture(Attr[])

Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder picture(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

picture(IEnumerable<Attr>)

Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder picture(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

picture(String, String, String, String, String, String)

Write a picture element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder picture(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

pre(Attr[])

Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder pre(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

pre(IEnumerable<Attr>)

Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder pre(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

pre(String, String, String, String, String, String)

Write a pre element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder pre(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

progress(Attr[])

Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder progress(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

progress(IEnumerable<Attr>)

Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder progress(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

progress(String, String, String, String, String, String, String, String)

Write a progress element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder progress(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string value = null, string max = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String value
String max
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

q(Attr[])

Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder q(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

q(IEnumerable<Attr>)

Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder q(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

q(String, String, String, String, String, String, String)

Write a q element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder q(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string cite = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String cite
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

Raw(String)

Render a string without HTML-encoding it first.

Declaration
protected void Raw(string rawHtml)
Parameters
Type Name Description
String rawHtml

The pre-encoded string

| Improve this Doc View Source

s(Attr[])

Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder s(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

s(IEnumerable<Attr>)

Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder s(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

s(String, String, String, String, String, String)

Write an s element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder s(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

samp(Attr[])

Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder samp(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

samp(IEnumerable<Attr>)

Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder samp(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

samp(String, String, String, String, String, String)

Write a samp element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder samp(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

script(Attr[])

Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder script(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

script(IEnumerable<Attr>)

Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder script(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

script(String, String, String, String, String, String, String, String, String, Boolean)

Write a script element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder script(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null, string crossorigin = null, bool async = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
String src
String crossorigin
Boolean async
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

section(Attr[])

Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder section(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

section(IEnumerable<Attr>)

Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder section(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

section(String, String, String, String, String, String)

Write a section element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder section(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

select(Attr[])

Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder select(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

select(IEnumerable<Attr>)

Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder select(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

select(String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, String)

Write a select element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder select(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string multiple = null, string size = null, bool autofocus = false, bool disabled = false, bool required = false, string form = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String name
String multiple
String size
Boolean autofocus
Boolean disabled
Boolean required
String form
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

SelfClosingTag(String, Attr[])

Write a tag which does not take children.

Declaration
protected void SelfClosingTag(string name, params Attr[] attrs)
Parameters
Type Name Description
String name
Attr[] attrs
| Improve this Doc View Source

SelfClosingTag(String, IEnumerable<Attr>)

Write a tag which does not take children.

Declaration
protected void SelfClosingTag(string name, IEnumerable<Attr> attrs)
Parameters
Type Name Description
String name
IEnumerable<Attr> attrs
| Improve this Doc View Source

small(Attr[])

Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder small(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

small(IEnumerable<Attr>)

Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder small(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

small(String, String, String, String, String, String)

Write a small element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder small(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

source(Attr[])

Write a source element.

Declaration
protected void source(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

source(IEnumerable<Attr>)

Write a source element.

Declaration
protected void source(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

source(String, String, String, String, String, String, String, String)

Write a source element.

Declaration
protected void source(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string src = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
String src
| Improve this Doc View Source

span(Attr[])

Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder span(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

span(IEnumerable<Attr>)

Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder span(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

span(String, String, String, String, String, String)

Write a span element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder span(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

strong(Attr[])

Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder strong(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

strong(IEnumerable<Attr>)

Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder strong(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

strong(String, String, String, String, String, String)

Write a strong element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder strong(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

style(Attr[])

Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder style(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

style(IEnumerable<Attr>)

Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder style(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

style(String, String, String, String, String, String, String, String)

Write a style element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder style(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, string media = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
String media
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

sub(Attr[])

Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder sub(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

sub(IEnumerable<Attr>)

Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder sub(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

sub(String, String, String, String, String, String)

Write a sub element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder sub(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

summary(Attr[])

Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder summary(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

summary(IEnumerable<Attr>)

Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder summary(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

summary(String, String, String, String, String, String)

Write a summary element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder summary(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

sup(Attr[])

Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder sup(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

sup(IEnumerable<Attr>)

Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder sup(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

sup(String, String, String, String, String, String)

Write a sup element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder sup(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

table(Attr[])

Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder table(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

table(IEnumerable<Attr>)

Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder table(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

table(String, String, String, String, String, String)

Write a table element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder table(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

Tag(String, Attr[])

Write a tag which takes children.

Declaration
protected TagBuilder Tag(string name, params Attr[] attrs)
Parameters
Type Name Description
String name
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed after setting the tag's children.

| Improve this Doc View Source

Tag(String, IEnumerable<Attr>)

Write a tag which takes children.

Declaration
protected TagBuilder Tag(string name, IEnumerable<Attr> attrs)
Parameters
Type Name Description
String name
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed after setting the tag's children.

| Improve this Doc View Source

tbody(Attr[])

Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tbody(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

tbody(IEnumerable<Attr>)

Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tbody(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

tbody(String, String, String, String, String, String)

Write a tbody element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tbody(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

td(Attr[])

Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder td(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

td(IEnumerable<Attr>)

Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder td(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

td(String, String, String, String, String, String, String, String, String)

Write a td element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder td(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string colspan = null, string rowspan = null, string headers = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String colspan
String rowspan
String headers
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

Text(String)

Write HTML-encoded text.

Declaration
protected void Text(string text)
Parameters
Type Name Description
String text

The text to HTML-encode

| Improve this Doc View Source

textarea(Attr[])

Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder textarea(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

textarea(IEnumerable<Attr>)

Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder textarea(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

textarea(String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String, String, String, String)

Write a textarea element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder textarea(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string name = null, string placeholder = null, string autocomplete = null, string cols = null, string rows = null, string wrap = null, bool autofocus = false, bool disabled = false, bool readonly = false, bool required = false, string src = null, string maxlength = null, string minlength = null, string form = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String name
String placeholder
String autocomplete
String cols
String rows
String wrap
Boolean autofocus
Boolean disabled
Boolean readonly
Boolean required
String src
String maxlength
String minlength
String form
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

tfoot(Attr[])

Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tfoot(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

tfoot(IEnumerable<Attr>)

Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tfoot(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

tfoot(String, String, String, String, String, String)

Write a tfoot element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tfoot(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

th(Attr[])

Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder th(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

th(IEnumerable<Attr>)

Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder th(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

th(String, String, String, String, String, String, String, String, String, String)

Write a th element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder th(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string colspan = null, string rowspan = null, string headers = null, string scope = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String colspan
String rowspan
String headers
String scope
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

thead(Attr[])

Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder thead(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

thead(IEnumerable<Attr>)

Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder thead(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

thead(String, String, String, String, String, String)

Write a thead element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder thead(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

time(Attr[])

Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder time(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

time(IEnumerable<Attr>)

Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder time(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

time(String, String, String, String, String, String, String)

Write a time element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder time(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string datetime = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String datetime
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

title(Attr[])

Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder title(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

title(IEnumerable<Attr>)

Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder title(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

title(String, String, String, String, String, String)

Write a title element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder title(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

ToString()

Render the HTML to a string.

Declaration
public override string ToString()
Returns
Type Description
String

The HTML as a string

| Improve this Doc View Source

tr(Attr[])

Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tr(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

tr(IEnumerable<Attr>)

Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tr(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

tr(String, String, String, String, String, String)

Write a tr element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder tr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

track(Attr[])

Write a track element.

Declaration
protected void track(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

track(IEnumerable<Attr>)

Write a track element.

Declaration
protected void track(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

track(String, String, String, String, String, String, String, String, String, Boolean)

Write a track element.

Declaration
protected void track(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string label = null, string kind = null, bool default = false)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String src
String label
String kind
Boolean default
| Improve this Doc View Source

u(Attr[])

Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder u(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

u(IEnumerable<Attr>)

Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder u(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

u(String, String, String, String, String, String)

Write an u element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder u(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

ul(Attr[])

Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder ul(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

ul(IEnumerable<Attr>)

Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder ul(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

ul(String, String, String, String, String, String, String, Boolean, String)

Write an ul element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder ul(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string type = null, bool reversed = false, string start = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String type
Boolean reversed
String start
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

video(Attr[])

Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder video(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

video(IEnumerable<Attr>)

Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder video(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

video(String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String)

Write a video element. The returned value MUST be disposed exactly once, immediately after the children have been written.

Declaration
protected TagBuilder video(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null, string src = null, string height = null, string width = null, string poster = null, string preload = null, bool autoplay = false, bool loop = false, bool muted = false, bool controls = false, string crossorigin = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
String src
String height
String width
String poster
String preload
Boolean autoplay
Boolean loop
Boolean muted
Boolean controls
String crossorigin
Returns
Type Description
TagBuilder

A TagBuilder which MUST be disposed exactly once, immediately after the children have been written

| Improve this Doc View Source

wbr(Attr[])

Write a wbr element.

Declaration
protected void wbr(params Attr[] attrs)
Parameters
Type Name Description
Attr[] attrs
| Improve this Doc View Source

wbr(IEnumerable<Attr>)

Write a wbr element.

Declaration
protected void wbr(IEnumerable<Attr> attrs)
Parameters
Type Name Description
IEnumerable<Attr> attrs
| Improve this Doc View Source

wbr(String, String, String, String, String, String)

Write a wbr element.

Declaration
protected void wbr(string id = null, string class = null, string style = null, string title = null, string tabindex = null, string contenteditable = null)
Parameters
Type Name Description
String id
String class
String style
String title
String tabindex
String contenteditable
| Improve this Doc View Source

Write(TextWriter)

Render the HTML into a

Declaration
public void Write(TextWriter writer)
Parameters
Type Name Description
TextWriter writer

The writer

| Improve this Doc View Source

Write(TextWriter, HtmlEncoder)

Render the HTML into a , using an to encode input text

Declaration
public void Write(TextWriter writer, HtmlEncoder htmlEncoder)
Parameters
Type Name Description
TextWriter writer

The writer

HtmlEncoder htmlEncoder

The HTML encoder

Extension Methods

EightyActionResultFactory.ToActionResult(HtmlBuilder, Nullable<HttpStatusCode>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX