TagHelperPrefixDirectiveChunkGenerator(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.