TagHelperPrefixDirectiveChunkGenerator(String) Konstruktor

Definice

Inicializuje novou instanci 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)

Parametry

prefix
String

Text použitý jako požadovaná předpona při porovnání formátu HTML

Platí pro