ModelChunk(String) Constructor

Definition

Initializes a new instance of ModelChunk.

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

Parameters

modelType
String

The type of the view's model.

Applies to