London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ElementFilterAction

The various actions that the HtmlFilter function can request.

Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
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

Extension Methods