ParserResults.ParserErrors 属性

定义

在分析期间所发生错误的列表。

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)

属性值

适用于