New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:inputStreammessagesHtmlParserMessageCollectionReturns:

IDocument