Share via


Tokenizer<TSymbol,TSymbolType>.CurrentErrors Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a list of the current razor errors.

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

Property Value

A list of the current errors.

Applies to