London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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'>