Sitefinity CMS

Telerik.Framework Send comments on this topic.
Telerik.Framework.Utilities.HtmlParser Namespace
See Also  Inheritance Hierarchy

Classes

ClassDescription
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

EnumerationDescription
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