Share via


LiteralAttributeChunkGenerator Constructors

Definition

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

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

Applies to