Condividi tramite


LiteralAttributeCodeGenerator Costruttori

Definizione

Overload

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

Questo tipo/membro supporta l'infrastruttura .NET Framework e non può essere utilizzato direttamente dal codice. . Inizializza una nuova istanza della classe LiteralAttributeCodeGenerator.

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

Questo tipo/membro supporta l'infrastruttura .NET Framework e non può essere utilizzato direttamente dal codice. . Inizializza una nuova istanza della classe LiteralAttributeCodeGenerator.

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

Questo tipo/membro supporta l'infrastruttura .NET Framework e non può essere utilizzato direttamente dal codice. . Inizializza una nuova istanza della classe LiteralAttributeCodeGenerator.

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))

Parametri

prefix
LocationTagged<String>

Prefisso dell'attributo letterale.

value
LocationTagged<String>

Valore dell'attributo letterale.

Si applica a

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

Questo tipo/membro supporta l'infrastruttura .NET Framework e non può essere utilizzato direttamente dal codice. . Inizializza una nuova istanza della classe LiteralAttributeCodeGenerator.

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))

Parametri

prefix
LocationTagged<String>

Prefisso dell'attributo letterale.

valueGenerator
LocationTagged<SpanCodeGenerator>

Generatore di valore per l'attributo letterale.

Si applica a