Condividi tramite


ParserResults.ParserErrors Proprietà

Definizione

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usata direttamente dal codice. Ottiene o imposta l'elenco di errori che si sono verificati durante l'analisi.

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)

Valore della proprietà

Elenco degli errori che si sono verificati durante l'analisi.

Si applica a