Click or drag to resize

Html Constructor (IFormatProvider, FormattableString)

Creates a new Html from the given FormattableString and IFormatProvider. 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 Html(
	IFormatProvider formatProvider,
	FormattableString html
)

Parameters

formatProvider
Type: SystemIFormatProvider
html
Type: SystemFormattableString
See Also