SaaS CMS has officially launched! Learn more now.

Class HtmlWash

A utility class that can filter HTML based on a XML configuration

Inheritance
System.Object
HtmlWash
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.Core.Html
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[Obsolete("This class is no longer maintained, it was primarily created to support the legacy office integration")]
public class HtmlWash

Constructors

HtmlWash(String)

Declaration
public HtmlWash(string html)
Parameters
Type Name Description
System.String html

Properties

Settings

The filter settings used

Declaration
public HtmlWashSettings Settings { get; set; }
Property Value
Type Description
HtmlWashSettings

Methods

Start()

Run the HTML filtering process

Declaration
public string Start()
Returns
Type Description
System.String

Filtered HTML

Extension Methods