LiteralAttributeChunkGenerator Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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>
Se aplica 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>