Click or drag to resize

HtmlBuilder Constructor

Overload List
  NameDescription
Public methodHtmlBuilder
Initializes a new instance of the HtmlBuilder class. This constructor will use the current culture for formatting.
Public methodHtmlBuilder(FormattableString)
Initializes a new instance of the HtmlBuilder class with the specified FormattableString. This constructor will use the current culture for formatting.
Public methodHtmlBuilder(IHtmlString)
Initializes a new instance of the HtmlBuilder class with the specified IHtmlString. This constructor will use the current culture for formatting.
Public methodHtmlBuilder(IHtmlString)
Initializes a new instance of the HtmlBuilder class with the specified IHtmlString and IFormatProvider. This constructor will use the current culture for formatting.
Public methodHtmlBuilder(IFormatProvider, FormattableString)
Initializes a new instance of the HtmlBuilder class with the specified FormattableString and IFormatProvider
Public methodHtmlBuilder(IFormatProvider, IHtmlString)
Initializes a new instance of the HtmlBuilder class with the specified IHtmlString and IFormatProvider
Public methodHtmlBuilder(IFormatProvider, IHtmlString)
Initializes a new instance of the HtmlBuilder class with the specified IHtmlString and IFormatProvider
Top
See Also