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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The ParserResults type exposes the following members.
| 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. |
| 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. |
Show:
