HtmlSaveOptions.EncodeEntityAsCode

HtmlSaveOptions.EncodeEntityAsCode property

Indicates whether the html character entities are replaced with decimal code. (e.g. “ ” is replaced with “ ”). The default value is false.

public bool EncodeEntityAsCode { get; set; }

See Also