GeneratorResults 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
剖析和產生 Razor 檔程式碼的結果。
public ref class GeneratorResults : Microsoft::AspNetCore::Razor::ParserResults
public class GeneratorResults : Microsoft.AspNetCore.Razor.ParserResults
type GeneratorResults = class
inherit ParserResults
Public Class GeneratorResults
Inherits ParserResults
- 繼承
建構函式
屬性
ChunkTree |
ChunkTree檔的 。 |
DesignTimeLineMappings |
LineMapping用於在設計階段期間從檔案投影程式碼的 。 |
Document |
檔語法樹狀結構中的根節點。 (繼承來源 ParserResults) |
ErrorSink |
用來匯總 RazorError s。 (繼承來源 ParserResults) |
GeneratedCode |
為檔產生的程式碼。 |
ParserErrors |
剖析時發生的錯誤清單。 (繼承來源 ParserResults) |
Prefix |
比對 HTML 時作為必要前置詞的文字。 (繼承來源 ParserResults) |
Success |
指出剖析是否成功, () 沒有錯誤。 (繼承來源 ParserResults) |
TagHelperDescriptors |
找到 TagHelperDescriptor 目前 Razor 檔的 。 (繼承來源 ParserResults) |