Share via


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)

Syntax

'Declaration
Protected Sub ConfigureSpan ( _
    config As Action(Of SpanBuilder, Action(Of SpanBuilder)) _
)
'Usage
Dim config As Action(Of SpanBuilder, Action(Of SpanBuilder))

Me.ConfigureSpan(config)
protected void ConfigureSpan(
    Action<SpanBuilder, Action<SpanBuilder>> config
)
protected:
void ConfigureSpan(
    Action<SpanBuilder^, Action<SpanBuilder^>^>^ config
)
member ConfigureSpan : 
        config:Action<SpanBuilder, Action<SpanBuilder>> -> unit
protected function ConfigureSpan(
    config : Action<SpanBuilder, Action<SpanBuilder>>
)

Parameters

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

ConfigureSpan Overload

System.Web.Razor.Parser Namespace