Partager via


TagHelperPrefixDirectiveChunkGenerator(String) Constructeur

Définition

Initialise une nouvelle instance de TagHelperPrefixDirectiveChunkGenerator.

public:
 TagHelperPrefixDirectiveChunkGenerator(System::String ^ prefix);
public TagHelperPrefixDirectiveChunkGenerator (string prefix);
new Microsoft.AspNetCore.Razor.Chunks.Generators.TagHelperPrefixDirectiveChunkGenerator : string -> Microsoft.AspNetCore.Razor.Chunks.Generators.TagHelperPrefixDirectiveChunkGenerator
Public Sub New (prefix As String)

Paramètres

prefix
String

Texte utilisé comme préfixe obligatoire lors de la correspondance HTML.

S’applique à