TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).PushSpanConfig Method (Action(Of SpanBuilder))
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Pushes the span configuration.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Function PushSpanConfig ( _ newConfig As Action(Of SpanBuilder) _ ) As IDisposable 'Usage Dim newConfig As Action(Of SpanBuilder) Dim returnValue As IDisposable returnValue = Me.PushSpanConfig(newConfig)
Parameters
- newConfig
- Type: System.Action(Of SpanBuilder)
The new configuration.
Show: