Share via


InjectChunkMerger(String) Constructor

Definition

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.

Applies to