AttributeBlockChunkGenerator Construtor
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.
public:
AttributeBlockChunkGenerator(System::String ^ name, Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ prefix, Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ suffix);
public AttributeBlockChunkGenerator (string name, Microsoft.AspNetCore.Razor.Text.LocationTagged<string> prefix, Microsoft.AspNetCore.Razor.Text.LocationTagged<string> suffix);
new Microsoft.AspNetCore.Razor.Chunks.Generators.AttributeBlockChunkGenerator : string * Microsoft.AspNetCore.Razor.Text.LocationTagged<string> * Microsoft.AspNetCore.Razor.Text.LocationTagged<string> -> Microsoft.AspNetCore.Razor.Chunks.Generators.AttributeBlockChunkGenerator
Public Sub New (name As String, prefix As LocationTagged(Of String), suffix As LocationTagged(Of String))
Parâmetros
- name
- String
- prefix
- LocationTagged<String>
- suffix
- LocationTagged<String>