SaaS CMS has officially launched! Learn more now.

Class ElementFilterAction

The various actions that the HtmlFilter function can request.

Inheritance
System.Object
ElementFilterAction
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public sealed class ElementFilterAction : Enum

Fields

KeepContent

Remove the element and corresponding end element, but continue with contents of element.

Declaration
public const ElementFilterAction KeepContent
Field Value
Type Description
ElementFilterAction

KeepElementAndContent

Keep the element and content, just continue with attribute fixup

Declaration
public const ElementFilterAction KeepElementAndContent
Field Value
Type Description
ElementFilterAction

Remove

Remove the element and all content

Declaration
public const ElementFilterAction Remove
Field Value
Type Description
ElementFilterAction

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods