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.

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

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

public class RazorParser

The RazorParser type exposes the following members.

  NameDescription
Public methodRazorParserThis 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

  NameDescription
Public propertyDesignTimeModeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the design time mode.
Top

  NameDescription
Public methodCreateParseTask(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 methodCreateParseTask(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 methodCreateParseTask(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 methodCreateParseTask(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 methodCreateParseTask(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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse(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 methodParse(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 methodParse(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 methodParse(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 methodParse(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 methodToString (Inherited from Object.)
Top

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