ParserResults Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the results of parsing a Razor document.

public class ParserResults
type ParserResults = class
Public Class ParserResults
Inheritance
ParserResults
Derived

Constructors

ParserResults(Block, IList<RazorError>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the ParserResults class.

ParserResults(Boolean, Block, IList<RazorError>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the ParserResults class.

Properties

Document

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the root node in the document’s syntax tree.

ParserErrors

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the list of errors which occurred during parsing.

Success

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether parsing was successful.

Applies to