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

TagHelperDescriptor为当前 Razor 文档找到的 。

(继承自 ParserResults)

适用于