ParserBase.BuildSpan Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Builds a span for the parser base.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
public abstract function BuildSpan( span : SpanBuilder, start : SourceLocation, content : String )
Parameters
- span
- Type: System.Web.Razor.Parser.SyntaxTree.SpanBuilder
The span builder.
- start
- Type: System.Web.Razor.Text.SourceLocation
The beginning of the source location.
- content
- Type: System.String
The content.
Show: