Sitefinity CMS
Search Sitefinity 3.x and older versions
Contents
Introduction
What is New in This Sitefinity Version
Readers Guidelines
Installation
Core Concepts
Sitefinity in Visual Studio
Sitefinity Building Parts
Developing with Sitefinity
Designing with Sitefinity
Security
How-to
API Reference
PID463; RID7; VID7
Telerik.Framework
Send comments
on this topic.
Telerik.Framework.Utilities.HtmlParser Namespace
See Also
Inheritance Hierarchy
Collapse All
Expand All
Classes
Class
Description
HTMLchunk
Parsed HTML token that is either text, comment, script, open or closed tag as indicated by the oType variable.
HTMLparser
Allows to parse HTML by splitting it into small token (HTMLchunks) such as tags, text, comments etc. Do NOT create multiple instances of this class - REUSE single instance Do NOT call same instance from multiple threads - it is NOT thread safe
Enumerations
Enumeration
Description
HTMLchunkType
Type of parsed HTML chunk (token), each non-null returned chunk from HTMLparser will have oType set to one of these values
See Also
Reference
Telerik.Framework Assembly