Class FilterContext
The context passed to HTML filtering methods.
Inheritance
System.Object
    FilterContext
  Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class FilterContext : ObjectConstructors
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. | 
