CreateCustomFormatter

HtmlFormatter.CreateCustomFormatter 方法

创建并返回用于自定义回调驱动的html生成的HTML格式化器。

public static HtmlFormatter CreateCustomFormatter(IHtmlFormattingController formattingController)
参数类型描述
formattingControllerIHtmlFormattingController控制html文件生成的回调接口。

参见