Class HtmlSanitizerOptions
HTML sanitizer options This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class HtmlSanitizerOptions : Enum
Fields
Default
0: Default - the default settings
Declaration
public const HtmlSanitizerOptions Default
Field Value
Type | Description |
---|---|
HtmlSanitizerOptions |
RemoveComment
1: RemoveComment - removes HTML comment tags and content between them
Declaration
public const HtmlSanitizerOptions RemoveComment
Field Value
Type | Description |
---|---|
HtmlSanitizerOptions |
value__
HTML sanitizer options This Enum consists of flag values that can be combined.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)