ParserResults 类

定义

表示分析 Razor 文档的结果

public ref class ParserResults
public class ParserResults
type ParserResults = class
Public Class ParserResults
继承
ParserResults
派生

构造函数

ParserResults(Block, IEnumerable<TagHelperDescriptor>, ErrorSink)

实例化新 ParserResults 实例。

ParserResults(Boolean, Block, IEnumerable<TagHelperDescriptor>, ErrorSink)

实例化新 ParserResults 实例。

属性

Document

文档的语法树中的根节点。

ErrorSink

用于聚合 RazorError

ParserErrors

在分析期间所发生错误的列表。

Prefix

匹配 HTML 时用作所需前缀的文本。

Success

指示分析是否成功 () 没有错误。

TagHelperDescriptors

TagHelperDescriptor为当前 Razor 文档找到的 。

适用于