Share via


RazorParser Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a Razor parser.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.RazorParser

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

Syntax

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

The RazorParser type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property DesignTimeMode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the design time mode.

Top

Methods

  Name Description
Public method CreateParseTask(TextReader, ParserVisitor) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>, CancellationToken) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext, CancellationToken) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
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 Parse(TextReader) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.
Public method Parse(ITextDocument) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.
Public method Parse(LookaheadTextReader) Obsolete. This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.
Public method Parse(TextReader, ParserVisitor) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.
Public method Parse(LookaheadTextReader, ParserVisitor) Obsolete. This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified 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.Parser Namespace