Share via


RazorCodeGenerator.VisitEndBlock(Block) Method

Definition

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

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

Parameters

block
Block

The block to visit.

Applies to