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するために使用されます。

(継承元 ParserResults)
GeneratedCode

ドキュメントの生成されたコード。

ParserErrors

解析中に発生したエラーの一覧。

(継承元 ParserResults)
Prefix

HTML と一致するときに必要なプレフィックスとして使用されるテキスト。

(継承元 ParserResults)
Success

解析が成功したかどうかを示します (エラーなし)。

(継承元 ParserResults)
TagHelperDescriptors

現在の TagHelperDescriptorRazor ドキュメントで見つかった 。

(継承元 ParserResults)

適用対象