HtmlParser
Class
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class HtmlParser
Inheritance: objectHtmlParser
Constructors
C#
public HtmlParser()
Properties
Represents the options for the HTML parser, allowing customization of parsing behavior.
C#
public HtmlParserOptions Options { get; }
Methods
Parses InputStream in and returns a DOM Document node.
C#
public IDocument ParseDom(Stream input, HtmlParserMessageCollection messages)