Click or drag to resize

Html Constructor (FormattableString)

Creates a new Html from the given FormattableString. Static parts of the template will be considered safe and won't be encoded while variable parts (between '{' and '}') will be html encoded. This constructor will use the current culture for formatting.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Html(
	FormattableString html
)

Parameters

html
Type: SystemFormattableString
See Also