CreateCustomFormatter
HtmlFormatter.CreateCustomFormatter 方法
创建并返回用于自定义回调驱动的html生成的HTML格式化器。
public static HtmlFormatter CreateCustomFormatter(IHtmlFormattingController formattingController)
参数 | 类型 | 描述 |
---|---|---|
formattingController | IHtmlFormattingController | 控制html文件生成的回调接口。 |