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

A message from HtmlParser.

(c) 1998-2000 (W3C) MIT, INRIA, Keio University See HtmlParser.cs for the copyright notice. Derived from HTML HtmlParser Release 4 Aug 2000

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class HtmlParserMessage

Inheritance: objectHtmlParserMessage

Properties

Represents a column in the HTML parser message, which is used to handle the representation and processing of HTML elements in tabular format.

C#
public int Column { get; }

Gets the filename associated with the HtmlParserMessage.

C#
public string Filename { get; }

Represents the different severity levels of messages generated during the HTML parsing process.

C#
public MessageLevel Level { get; }

Represents a line in the HTML parser message, containing information about parsing errors or warnings.

C#
public int Line { get; }

Represents a message generated during the parsing process of HTML content.

C#
public string Message { get; }

Methods

Returns a string representation of the current HtmlParserMessage instance.

C#
public override string ToString()
Returns:

string

A string that represents the current HtmlParserMessage.

Overrides: object.ToString()