Freigeben über


ViewInfo(String, Type) Konstruktor

Definition

Erstellt eine neue Instanz von ViewInfo.

public:
 ViewInfo(System::String ^ path, Type ^ type);
public ViewInfo (string path, Type type);
new Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo : string * Type -> Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo
Public Sub New (path As String, type As Type)

Parameter

path
String

Der Pfad der Ansicht.

type
Type

Die Ansicht Type.

Gilt für: