HtmlLanguageCharacteristics.CreateSymbol Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a symbol in the Html.
protected override System.Web.Razor.Tokenizer.Symbols.HtmlSymbol CreateSymbol(System.Web.Razor.Text.SourceLocation location, string content, System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType type, System.Collections.Generic.IEnumerable<System.Web.Razor.Parser.SyntaxTree.RazorError> errors);
override this.CreateSymbol : System.Web.Razor.Text.SourceLocation * string * System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType * seq<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.Tokenizer.Symbols.HtmlSymbol
Protected Overrides Function CreateSymbol (location As SourceLocation, content As String, type As HtmlSymbolType, errors As IEnumerable(Of RazorError)) As HtmlSymbol
Parameters
- location
- SourceLocation
The source location.
- content
- String
The content value.
- type
- HtmlSymbolType
The html symbol type.
- errors
- IEnumerable<RazorError>
List of errors.
Returns
A symbol in the Html.