TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.BuildSpan Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Builds a specified span.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
public override void BuildSpan( SpanBuilder span, SourceLocation start, string content )
Parameters
- span
- Type: System.Web.Razor.Parser.SyntaxTree.SpanBuilder
The span to build.
- start
- Type: System.Web.Razor.Text.SourceLocation
The start location to build the span.
- content
- Type: System.String
The content of the span.
Show: