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

Configures the span.

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

protected void ConfigureSpan(
	Action<SpanBuilder, Action<SpanBuilder>> config
)

Parameters

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