Block.FindFirstDescendentSpan Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Finds the first descendent span of the block.

public System.Web.Razor.Parser.SyntaxTree.Span FindFirstDescendentSpan ();
member this.FindFirstDescendentSpan : unit -> System.Web.Razor.Parser.SyntaxTree.Span
Public Function FindFirstDescendentSpan () As Span

Returns

The first descendent span of the block.

Applies to