HtmlSaveOptions.ParseHtmlTagInCell

HtmlSaveOptions.ParseHtmlTagInCell property

Indicates whether html tag(such as <div></div>) in cell should be parsed as cell value or preserved as it is. The default value is true.

public bool ParseHtmlTagInCell { get; set; }

See Also