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)

protected void ConfigureSpan(
	Action<SpanBuilder> config
)

Parameters

config
Type: System.Action<SpanBuilder>
The configuration.
Show: