LiteralAttributeChunkGenerator Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LiteralAttributeChunkGenerator(LocationTagged<String>, LocationTagged<SpanChunkGenerator>) | |
LiteralAttributeChunkGenerator(LocationTagged<String>, LocationTagged<String>) |
LiteralAttributeChunkGenerator(LocationTagged<String>, LocationTagged<SpanChunkGenerator>)
public:
LiteralAttributeChunkGenerator(Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ prefix, Microsoft::AspNetCore::Razor::Text::LocationTagged<Microsoft::AspNetCore::Razor::Chunks::Generators::SpanChunkGenerator ^> ^ valueGenerator);
public LiteralAttributeChunkGenerator (Microsoft.AspNetCore.Razor.Text.LocationTagged<string> prefix, Microsoft.AspNetCore.Razor.Text.LocationTagged<Microsoft.AspNetCore.Razor.Chunks.Generators.SpanChunkGenerator> valueGenerator);
new Microsoft.AspNetCore.Razor.Chunks.Generators.LiteralAttributeChunkGenerator : Microsoft.AspNetCore.Razor.Text.LocationTagged<string> * Microsoft.AspNetCore.Razor.Text.LocationTagged<Microsoft.AspNetCore.Razor.Chunks.Generators.SpanChunkGenerator> -> Microsoft.AspNetCore.Razor.Chunks.Generators.LiteralAttributeChunkGenerator
Public Sub New (prefix As LocationTagged(Of String), valueGenerator As LocationTagged(Of SpanChunkGenerator))
Paramètres
- prefix
- LocationTagged<String>
- valueGenerator
- LocationTagged<SpanChunkGenerator>
S’applique à
LiteralAttributeChunkGenerator(LocationTagged<String>, LocationTagged<String>)
public:
LiteralAttributeChunkGenerator(Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ prefix, Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ value);
public LiteralAttributeChunkGenerator (Microsoft.AspNetCore.Razor.Text.LocationTagged<string> prefix, Microsoft.AspNetCore.Razor.Text.LocationTagged<string> value);
new Microsoft.AspNetCore.Razor.Chunks.Generators.LiteralAttributeChunkGenerator : Microsoft.AspNetCore.Razor.Text.LocationTagged<string> * Microsoft.AspNetCore.Razor.Text.LocationTagged<string> -> Microsoft.AspNetCore.Razor.Chunks.Generators.LiteralAttributeChunkGenerator
Public Sub New (prefix As LocationTagged(Of String), value As LocationTagged(Of String))
Paramètres
- prefix
- LocationTagged<String>
- value
- LocationTagged<String>