CreateCustomFormatter

HtmlFormatter.CreateCustomFormatter method

Creates and returns HTML formatter for custom callback-driven html generation.

public static HtmlFormatter CreateCustomFormatter(IHtmlFormattingController formattingController)
ParameterTypeDescription
formattingControllerIHtmlFormattingControllerCallback interface which controls html file generation.

See Also