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 FilterRules

Provides access to standard IFilterRules.

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

Properties

Default

Gets the default IFilterRules

Declaration
public static IFilterRules Default { get; }
Property Value
Type Description
IFilterRules

StripHtml

Gets an IFilterRules instance that will remove all HTML elements from a string.

Declaration
public static IFilterRules StripHtml { get; }
Property Value
Type Description
IFilterRules