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 | |
---|---|---|
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. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.