LiteralAttributeCodeGenerator Konstruktory

Definice

Přetížení

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<String>)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. . Inicializuje novou instanci LiteralAttributeCodeGenerator třídy.

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<SpanCodeGenerator>)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. . Inicializuje novou instanci LiteralAttributeCodeGenerator třídy.

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<String>)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. . Inicializuje novou instanci LiteralAttributeCodeGenerator třídy.

public LiteralAttributeCodeGenerator (System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<string> value);
new System.Web.Razor.Generator.LiteralAttributeCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<string> -> System.Web.Razor.Generator.LiteralAttributeCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), value As LocationTagged(Of String))

Parametry

prefix
LocationTagged<String>

Předpona atributu literálu.

value
LocationTagged<String>

Hodnota literálového atributu.

Platí pro

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<SpanCodeGenerator>)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. . Inicializuje novou instanci LiteralAttributeCodeGenerator třídy.

public LiteralAttributeCodeGenerator (System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<System.Web.Razor.Generator.SpanCodeGenerator> valueGenerator);
new System.Web.Razor.Generator.LiteralAttributeCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<System.Web.Razor.Generator.SpanCodeGenerator> -> System.Web.Razor.Generator.LiteralAttributeCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), valueGenerator As LocationTagged(Of SpanCodeGenerator))

Parametry

prefix
LocationTagged<String>

Předpona atributu literálu.

valueGenerator
LocationTagged<SpanCodeGenerator>

Generátor hodnot pro atribut literálu.

Platí pro