Click or drag to resize

HtmlBuilder Constructor (IFormatProvider, FormattableString)

Initializes a new instance of the HtmlBuilder class with the specified FormattableString and IFormatProvider

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public HtmlBuilder(
	IFormatProvider formatProvider,
	params FormattableString[] strs
)

Parameters

formatProvider
Type: SystemIFormatProvider
strs
Type: SystemFormattableString
See Also