Namespace EPiServer.Core.Html
Classes
AppendOnlyBuilder
A very simple implementatino of a StringBuilder that only supports Append operations. It outperforms the regular System.Text.StringBuilder in the Append-only scenario.
CloneableNameTable
Constants
A class to store constants used for HTML parsing and rendering
HtmlParser
Parses any html into a valid xhtml document.
TextIndexer
Index Html into keywords.
WebStringHelper
Helper that removes all tags from specified string except tags marked as safe in 'EPiServer.Configuration.Settings.UISafeHtmlTags'>