ParserVisitor Class

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

Represents a parser visitor.

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

public abstract class ParserVisitor

The ParserVisitor type exposes the following members.

  NameDescription
Protected methodParserVisitorThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the ParserVisitor class.
Top

  NameDescription
Public propertyCancelTokenThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the cancellation token.
Top

  NameDescription
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 methodOnCompleteThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates that a visitor method has completed execution.
Public methodThrowIfCanceledThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodToString (Inherited from Object.)
Public methodVisitBlockThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block.
Public methodVisitEndBlockThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified black after parsing.
Public methodVisitErrorThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the given razor error.
Public methodVisitSpanThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified span.
Public methodVisitStartBlockThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block before parsing.
Top

  NameDescription
Public Extension MethodVisit (Defined by ParserVisitorExtensions.)
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: