LiteralAttributeChunkGenerator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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))
Parameters
- prefix
- LocationTagged<String>
- valueGenerator
- LocationTagged<SpanChunkGenerator>
Applies to
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))
Parameters
- prefix
- LocationTagged<String>
- value
- LocationTagged<String>