Enum ElementFilterAction
The various actions that the HtmlFilter function can request.
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 8.11.0Syntax
public enum ElementFilterAction
  Fields
| Name | Description | 
|---|---|
| KeepContent | Remove the element and corresponding end element, but continue with contents of element.  | 
      
| KeepElementAndContent | Keep the element and content, just continue with attribute fixup  | 
      
| Remove | Remove the element and all content  |