共用方式為


ParserResults.ParserErrors 屬性

定義

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。取得或設定剖析期間發生的錯誤清單。

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)

屬性值

剖析時發生的錯誤清單。

適用於