Click or drag to resize
EditorFilters Enumeration
Provides enumerated values to be used to set the active content filters

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum EditorFilters
Members
  Member nameValueDescription
None0
RemoveScripts1
MakeUrlsAbsolute2
FixUlBoldItalic4
FixEnclosingP8
IECleanAnchors16
MozEmStrong32
ConvertFontToSpan64
ConvertToXhtml128
IndentHTMLContent256
EncodeScripts512
OptimizeSpans1024
ConvertCharactersToEntities2048
PdfExportFilter4096
DefaultFilters61437
See Also