Class FilterContext

The context passed to HTML filtering methods.

Inheritance
System.Object
FilterContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public class FilterContext

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