CallbackVisitor Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a visitor that executes a callback upon the completion of a visit.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The CallbackVisitor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CallbackVisitor(Action<Span>) | 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 CallbackVisitor class. |
![]() | CallbackVisitor(Action<Span>, Action<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 CallbackVisitor class. |
![]() | CallbackVisitor(Action<Span>, Action<RazorError>, Action<BlockType>, Action<BlockType>) | 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 CallbackVisitor class. |
![]() | CallbackVisitor(Action<Span>, Action<RazorError>, Action<BlockType>, Action<BlockType>, Action) | 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 CallbackVisitor class. |
| Name | Description | |
|---|---|---|
![]() | CancelToken | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the cancellation token. (Inherited from ParserVisitor.) |
![]() | SynchronizationContext | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the synchronization context for this callback visitor. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnComplete | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.OnComplete().) |
![]() | ThrowIfCanceled | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserVisitor.) |
![]() | ToString | (Inherited from Object.) |
![]() | VisitBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block. (Inherited from ParserVisitor.) |
![]() | VisitEndBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the end block. (Overrides ParserVisitor.VisitEndBlock(Block).) |
![]() | VisitError | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the error. (Overrides ParserVisitor.VisitError(RazorError).) |
![]() | VisitSpan | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the span. (Overrides ParserVisitor.VisitSpan(Span).) |
![]() | VisitStartBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the start block. (Overrides ParserVisitor.VisitStartBlock(Block).) |
Show:
