The HtmlParseOptions class defines a set of options used for parsing HTML content.

HtmlParseOptions 类定义了一组用于解析 HTML 内容的选项。

属性

ignoreWhiteSpace: boolean

Indicates whether to ignore white spaces in the HTML content.

指示是否忽略 HTML 内容中的空白。

linkColor: string

The default color for links.

链接的默认颜色。

linkUnderline: boolean

Indicates whether links should be displayed with an underline.

指示链接是否应该显示下划线。

defaultLinkColor: string = null

The default value for the linkColor option.

linkColor 选项的默认值。

defaultLinkUnderline: boolean = true

The default value for the linkUnderline option.

linkUnderline 选项的默认值。