HtmlBuilder Constructor |
Name | Description | |
---|---|---|
![]() | HtmlBuilder |
Initializes a new instance of the HtmlBuilder class.
This constructor will use the current culture for formatting.
|
![]() | HtmlBuilder(FormattableString) |
Initializes a new instance of the HtmlBuilder class with the
specified FormattableString. This constructor will use the current culture for formatting.
|
![]() | HtmlBuilder(IHtmlString) |
Initializes a new instance of the HtmlBuilder class with the specified
IHtmlString. This constructor will use the current culture for formatting.
|
![]() | HtmlBuilder(IHtmlString) |
Initializes a new instance of the HtmlBuilder class with the specified
IHtmlString and IFormatProvider.
This constructor will use the current culture for formatting.
|
![]() | HtmlBuilder(IFormatProvider, FormattableString) |
Initializes a new instance of the HtmlBuilder class with the specified
FormattableString and IFormatProvider |
![]() | HtmlBuilder(IFormatProvider, IHtmlString) |
Initializes a new instance of the HtmlBuilder class with the specified
IHtmlString and IFormatProvider |
![]() | HtmlBuilder(IFormatProvider, IHtmlString) |
Initializes a new instance of the HtmlBuilder class with the specified
IHtmlString and IFormatProvider |