Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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