ParserVisitor Methods

Include Protected Members
Include Inherited Members

The ParserVisitor type exposes the following members.

Methods

  Name Description
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 OnComplete This 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 method ThrowIfCanceled This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)
Public method VisitBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block.
Public method VisitEndBlock This 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 method VisitError This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the given razor error.
Public method VisitSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified span.
Public method VisitStartBlock This 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

Extension Methods

  Name Description
Public Extension Method Visit (Defined by ParserVisitorExtensions.)

Top

See Also

Reference

ParserVisitor Class

System.Web.Razor.Parser Namespace