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.3Syntax
public sealed class ElementFilterAction : EnumFields
KeepContent
Remove the element and corresponding end element, but continue with contents of element.
Declaration
public const ElementFilterAction KeepContentField Value
| Type | Description | 
|---|---|
| ElementFilterAction | 
KeepElementAndContent
Keep the element and content, just continue with attribute fixup
Declaration
public const ElementFilterAction KeepElementAndContentField Value
| Type | Description | 
|---|---|
| ElementFilterAction | 
Remove
Remove the element and all content
Declaration
public const ElementFilterAction RemoveField Value
| Type | Description | 
|---|---|
| ElementFilterAction | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
