> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [SuperOffice.WebApi.Data.Ticket SanitizeMailContentWithOptionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_SanitizeMailContentWithOptionsRequest.md)
- [SuperOffice.WebApi.Agents.ITicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITicketAgent.md)
- [SuperOffice.WebApi.Agents.TicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TicketAgent.md)
- [SuperOffice.WebApi.Agents.IDocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDocumentAgent.md)
- [SuperOffice.WebApi.Agents.DocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentAgent.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
