SetBaseTypeChunkMerger(String) Constructor

Definition

Initializes a new instance of SetBaseTypeChunkMerger.

public:
 SetBaseTypeChunkMerger(System::String ^ modelType);
public SetBaseTypeChunkMerger (string modelType);
new Microsoft.AspNetCore.Mvc.Razor.Directives.SetBaseTypeChunkMerger : string -> Microsoft.AspNetCore.Mvc.Razor.Directives.SetBaseTypeChunkMerger
Public Sub New (modelType As String)

Parameters

modelType
String

The type name of the model used by default.

Applies to