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

Collection of TidyMessages

Definition

Constructors

Public default constructor

C#
public HtmlParserMessageCollection()

Properties

Errors - the number of errors that occurred in the most recent parse operation

C#
public virtual int Errors { get; }

Warnings - the number of warnings that occurred in the most recent parse operation

C#
public virtual int Warnings { get; }

Methods

Adds a message.

C#
public void Add(HtmlParserMessage message)
Parameters:messageHtmlParserMessage

The message to add.