LiteralAttributeChunkGenerator Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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))
Parâmetros
- prefix
- LocationTagged<String>
- valueGenerator
- LocationTagged<SpanChunkGenerator>
Aplica-se a
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))
Parâmetros
- prefix
- LocationTagged<String>
- value
- LocationTagged<String>