Share via


CallbackVisitor.VisitStartBlock(Block) Method

Definition

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.

public override void VisitStartBlock (System.Web.Razor.Parser.SyntaxTree.Block block);
override this.VisitStartBlock : System.Web.Razor.Parser.SyntaxTree.Block -> unit
Public Overrides Sub VisitStartBlock (block As Block)

Parameters

block
Block

The start block to visit.

Applies to