TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).ConfigureSpan Method (Action(SpanBuilder))

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

Configures the span.

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

member ConfigureSpan : 
        config:Action<SpanBuilder> -> unit

Parameters

config
Type: System.Action(SpanBuilder)
The configuration.
Show: