Share via


ParserContext.AddSpan Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds the specified span at the end of the block builder stack.

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

Syntax

'Declaration
Public Sub AddSpan ( _
    span As Span _
)
'Usage
Dim instance As ParserContext 
Dim span As Span

instance.AddSpan(span)
public void AddSpan(
    Span span
)
public:
void AddSpan(
    Span^ span
)
member AddSpan : 
        span:Span -> unit
public function AddSpan(
    span : Span
)

Parameters

See Also

Reference

ParserContext Class

System.Web.Razor.Parser Namespace