RazorCodeGenerator.VisitSpan(Span) Method

Definition

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

public override void VisitSpan (System.Web.Razor.Parser.SyntaxTree.Span span);
override this.VisitSpan : System.Web.Razor.Parser.SyntaxTree.Span -> unit
Public Overrides Sub VisitSpan (span As Span)

Parameters

span
Span

The span to visit.

Applies to