Click or drag to resize

HtmlBuilderAppend Method (FormattableString)

Appends a FormattableString to this HtmlBuilder instance. Static parts of the template will be considered safe and won't be encoded while variable parts (between '{' and '}') will be html encoded.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public HtmlBuilder Append(
	FormattableString str
)

Parameters

str
Type: SystemFormattableString

Return Value

Type: HtmlBuilder
See Also