Share via


Block.FindLastDescendentSpan Method

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

Finds the last descendent span of the block.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

public Span FindLastDescendentSpan()

Return Value

Type: System.Web.Razor.Parser.SyntaxTree.Span
The last descendent span of the block.

See Also

Reference

Block Class

System.Web.Razor.Parser.SyntaxTree Namespace