RazorCodeGenerator.VisitStartBlock(Block) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits 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 block to visit.

Applies to