SaaS CMS has officially launched! Learn more now.

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

Summary description for CloneableNameTable.

Constants

A class to store constants used for HTML parsing and rendering

DynamicSQLQuery

A container class for the intermediate translation of a TextSearchParameters object into an SQL statement. This class and its members are reserved for internal use and are not intended to be used in your code.

HtmlParser

Parses any html into a valid xhtml document.

HtmlWash

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

HtmlWashSettings

Settings for HtmlWash class

IndexServerMatch

IndexServerResults

IndexServerSearch

Summary description for IndexServerSearch.

PageRank

TextIndexer

Index Html into keywords.

TextSearchMatch

TextSearchParameters

Class for parsing and caching text search parameters.

TextSearchParameters.TextSearchKeywordCollection

Note, this class is declared inside the TextSearchParameters class, which means that the TextSearchParameters members can access the protected members in this class.

TextSearchQueryBuilder

Class for building dynamic SQL text search queries.

TextSearchResults

Collection for storing and passing around search results.

WebStringHelper

Helper that removes all tags from specified string except tags marked as safe in UISafeHtmlTags

WordCollection

Collection class for WordNode objects

WordNode

Holds a word and a counter.