Show / Hide Table of Contents

Class HtmlSanitizerOptions

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

Inheritance
Object
HtmlSanitizerOptions
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top