TagHelperPrefixDirectiveChunkGenerator(String) Constructor

Definition

Initializes a new instance of 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)

Parameters

prefix
String

Text used as a required prefix when matching HTML.

Applies to