HtmlLoadOptions.SupportDivTag

HtmlLoadOptions.SupportDivTag property

Indicates whether support the layout of <div> tag when the html file contains it. The default value is false.

public bool SupportDivTag { get; set; }

See Also