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: virtual void BuildSpan( SpanBuilder^ span, SourceLocation start, String^ content ) override
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: