Compartir a través de


HtmlLanguageCharacteristics.CreateSymbol Método

Definición

Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Crea un símbolo en 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

Parámetros

location
SourceLocation

Ubicación de origen.

content
String

Valor de contenido.

type
HtmlSymbolType

Tipo de símbolo HTML.

errors
IEnumerable<RazorError>

Lista de errores.

Devoluciones

Símbolo en el código HTML.

Se aplica a