Share via


ParserResults Class

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.

Inheritance Hierarchy

System.Object
  System.Web.Razor.ParserResults
    System.Web.Razor.GeneratorResults

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class ParserResults
'Usage
Dim instance As ParserResults
public class ParserResults
public ref class ParserResults
type ParserResults =  class end
public class ParserResults

The ParserResults type exposes the following members.

Constructors

  Name Description
Public method 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.
Protected method 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property 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.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor Namespace