Compartir a través de


ParserContext.Errors Propiedad

Definición

Este tipo/miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código. Obtiene o establece la lista de errores que se produjeron durante el análisis.

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)

Valor de propiedad

Lista de errores.

Se aplica a