Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<HtmlSanitizerOptions, To>(HtmlSanitizerOptions)
Converters.MapEnums<HtmlSanitizerOptions, To>(HtmlSanitizerOptions)
ObjectExtensions.AssignByReflection<HtmlSanitizerOptions>(HtmlSanitizerOptions, HtmlSanitizerOptions)
ObjectExtensions.GraphCopy<HtmlSanitizerOptions>(HtmlSanitizerOptions)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top