Class HtmlParserMessageCollection
Collection of TidyMessages
Inheritance
System.Object
HtmlParserMessageCollection
Namespace: Telerik.Windows.Documents.FormatProviders.Html.Parsing
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class HtmlParserMessageCollection : CollectionBase
Constructors
HtmlParserMessageCollection()
Public default constructor
Declaration
public HtmlParserMessageCollection()
Properties
Errors
Errors - the number of errors that occurred in the most recent parse operation
Declaration
public virtual int Errors { get; }
Property Value
System.Int32
|
Warnings
Warnings - the number of warnings that occurred in the most recent parse operation
Declaration
public virtual int Warnings { get; }
Property Value
System.Int32
|
Methods
Add(HtmlParserMessage)
Adds a message.
Declaration
public void Add(HtmlParserMessage message)
Parameters
HtmlParserMessage
message
The message to add. |