Share via


ParserContext.Errors Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the list of errors during parsing.

public System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> Errors { get; }
member this.Errors : System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError>
Public ReadOnly Property Errors As IList(Of RazorError)

Property Value

The list of errors.

Applies to