Span.Accept(ParserVisitor) Method

Definition

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

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 object that performs the visit.

Applies to