Block.Accept(ParserVisitor) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the parser visitor of the block.

public override void Accept (System.Web.Razor.Parser.ParserVisitor visitor);
override this.Accept : System.Web.Razor.Parser.ParserVisitor -> unit
Public Overrides Sub Accept (visitor As ParserVisitor)

Parameters

visitor
ParserVisitor

The parser visitor.

Applies to