共用方式為


GeneratorResults 類別

定義

剖析和產生 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
繼承
GeneratorResults

建構函式

GeneratorResults(Block, IEnumerable<TagHelperDescriptor>, ErrorSink, CodeGeneratorResult, ChunkTree)

具現化新的 GeneratorResults 實例。

GeneratorResults(ParserResults, CodeGeneratorResult, ChunkTree)

具現化新的 GeneratorResults 實例。

屬性

ChunkTree

ChunkTree檔的 。

DesignTimeLineMappings

LineMapping用於在設計階段期間從檔案投影程式碼的 。

Document

檔語法樹狀結構中的根節點。

(繼承來源 ParserResults)
ErrorSink

用來匯總 RazorError s。

(繼承來源 ParserResults)
GeneratedCode

為檔產生的程式碼。

ParserErrors

剖析時發生的錯誤清單。

(繼承來源 ParserResults)
Prefix

比對 HTML 時作為必要前置詞的文字。

(繼承來源 ParserResults)
Success

指出剖析是否成功, () 沒有錯誤。

(繼承來源 ParserResults)
TagHelperDescriptors

找到 TagHelperDescriptor 目前 Razor 檔的 。

(繼承來源 ParserResults)

適用於