InjectChunkMerger(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 InjectChunkMerger.
public:
InjectChunkMerger(System::String ^ modelType);
public InjectChunkMerger(string modelType);
new Microsoft.AspNetCore.Mvc.Razor.Directives.InjectChunkMerger : string -> Microsoft.AspNetCore.Mvc.Razor.Directives.InjectChunkMerger
Public Sub New (modelType As String)
Parameters
- modelType
- String
The model type to be used to replace <TModel> tokens.