> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.HtmlSanitizerOptions

# <a id="SuperOffice_WebApi_Data_HtmlSanitizerOptions" /> Enum HtmlSanitizerOptions

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

HTML sanitizer options
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum HtmlSanitizerOptions
```

## Fields

`Default = 0`

0: Default - the default settings

`RemoveComment = 1`

1: RemoveComment - removes HTML comment tags and content between them
