GeneratorResults 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分析和生成 Razor 文档代码的结果。
public ref class GeneratorResults : Microsoft::AspNetCore::Razor::ParserResultspublic class GeneratorResults : Microsoft.AspNetCore.Razor.ParserResultstype GeneratorResults = class
    inherit ParserResultsPublic Class GeneratorResults
Inherits ParserResults- 继承
构造函数
属性
| ChunkTree | ChunkTree文档的 。 | 
| DesignTimeLineMappings | LineMapping用于在设计时从文件中投影代码。 | 
| Document | 文档的语法树中的根节点。(继承自 ParserResults) | 
| ErrorSink | 用于聚合 RazorError。(继承自 ParserResults) | 
| GeneratedCode | 为文档生成的代码。 | 
| ParserErrors | 在分析期间所发生错误的列表。(继承自 ParserResults) | 
| Prefix | 匹配 HTML 时用作所需前缀的文本。(继承自 ParserResults) | 
| Success | 指示分析是否成功 () 没有错误。(继承自 ParserResults) | 
| TagHelperDescriptors | TagHelperDescriptor为当前 Razor 文档找到的 。(继承自 ParserResults) |