TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).SpanConfig Property

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

Gets or sets the span configuration.

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

function get SpanConfig () : Action<SpanBuilder>
function set SpanConfig (value : Action<SpanBuilder>)

Property Value

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