ParserResults.ParserErrors 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 which occurred during parsing.

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

Property Value

The list of errors which occurred during parsing.

Applies to