InjectChunkMerger Class¶
Summary¶
A [Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger](Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger.yml) that merges [Microsoft.AspNet.Mvc.Razor.InjectChunk](Microsoft.AspNet.Mvc.Razor.InjectChunk.yml) instances.
Constructors¶
-
InjectChunkMerger
(System.String)¶ Initializes a new instance of [Microsoft.AspNet.Mvc.Razor.Directives.InjectChunkMerger](Microsoft.AspNet.Mvc.Razor.Directives.InjectChunkMerger.yml).
Arguments: - modelType (System.String) – The model type to be used to replace <TModel> tokens.
public InjectChunkMerger(string modelType)
-