SaaS CMS has officially launched! Learn more now.

Class FilterContext

The context passed to HTML filtering methods.

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

Constructors

FilterContext()

Declaration
public FilterContext()

Properties

CurrentElementName

Gets or sets the name of the current element.

Declaration
public string CurrentElementName { get; set; }
Property Value
Type Description
System.String

The name of the current element.

Token

Gets or sets the Token corresponding to the current element.

Declaration
public ElementToken Token { get; set; }
Property Value
Type Description
ElementToken

The token.

Extension Methods