CreateCustomFormatter

HtmlFormatter.CreateCustomFormatter method

Erstellt und gibt HTML-Formatierer für benutzerdefinierte Callback-gesteuerte HTML-Generierung zurück.

public static HtmlFormatter CreateCustomFormatter(IHtmlFormattingController formattingController)
ParameterTypBeschreibung
formattingControllerIHtmlFormattingControllerCallback-Schnittstelle, die die Generierung von HTML-Dateien steuert.

Siehe auch