AddTagHelperChunkGenerator(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 AddTagHelperChunkGenerator.
public:
AddTagHelperChunkGenerator(System::String ^ lookupText);
public AddTagHelperChunkGenerator (string lookupText);
new Microsoft.AspNetCore.Razor.Chunks.Generators.AddTagHelperChunkGenerator : string -> Microsoft.AspNetCore.Razor.Chunks.Generators.AddTagHelperChunkGenerator
Public Sub New (lookupText As String)
Parameters
- lookupText
- String
Text used to look up TagHelperDescriptors that should be added.