Click or drag to resize

HtmlCreate Method

Creates a new Html instance 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. The current culture is used for formatting.

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

Parameters

html
Type: SystemFormattableString

Return Value

Type: Html
See Also