Freigeben über


ModelChunk(String) Konstruktor

Definition

Initialisiert eine neue Instanz von 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)

Parameter

modelType
String

Der Typ des Modells der Ansicht.

Gilt für: