ParserResults.ParserErrors Propriété

Définition

Liste d'erreurs lors de l'analyse.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::RazorError ^> ^ ParserErrors { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::RazorError ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.RazorError> ParserErrors { get; }
member this.ParserErrors : seq<Microsoft.AspNetCore.Razor.RazorError>
Public ReadOnly Property ParserErrors As IEnumerable(Of RazorError)

Valeur de propriété

S’applique à