ParserResults 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示剖析 Razor 檔的結果
public ref class ParserResults
public class ParserResults
type ParserResults = class
Public Class ParserResults
- 繼承
-
ParserResults
- 衍生
建構函式
ParserResults(Block, IEnumerable<TagHelperDescriptor>, ErrorSink) |
具現化新的 ParserResults 實例。 |
ParserResults(Boolean, Block, IEnumerable<TagHelperDescriptor>, ErrorSink) |
具現化新的 ParserResults 實例。 |
屬性
Document |
檔語法樹狀結構中的根節點。 |
ErrorSink |
用來匯總 RazorError s。 |
ParserErrors |
剖析時發生的錯誤清單。 |
Prefix |
比對 HTML 時做為必要前置詞的文字。 |
Success |
指出剖析是否成功, (沒有錯誤) 。 |
TagHelperDescriptors |
找到 TagHelperDescriptor 目前 Razor 檔的 。 |