TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.PushSpanConfig Method (Action<SpanBuilder, Action<SpanBuilder>>)
Pushes the span configuration.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
protected IDisposable PushSpanConfig(
Action<SpanBuilder, Action<SpanBuilder>> newConfig
)
Parameters
- newConfig
- Type: System.Action<SpanBuilder, Action<SpanBuilder>>
The new configuration.
Show: