RazorChunkGenerator.VisitStartBlock(Block) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void VisitStartBlock(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ block);
public override void VisitStartBlock (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block block);
override this.VisitStartBlock : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block -> unit
Public Overrides Sub VisitStartBlock (block As Block)
Parameters
- block
- Block