AttributeBlockChunkGenerator Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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))
Paramètres
- name
- String
- prefix
- LocationTagged<String>
- suffix
- LocationTagged<String>