Enum HtmlSanitizerOptions
HTML sanitizer options This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum HtmlSanitizerOptions
Fields
Name | Description |
---|---|
Default | 0: Default - the default settings |
RemoveComment | 1: RemoveComment - removes HTML comment tags and content between them |