Freigeben über


ViewLocationExpanderContext Konstruktoren

Definition

Überlädt

ViewLocationExpanderContext(ActionContext, String, String, String, Boolean)

Initialisiert eine neue Instanz von ViewLocationExpanderContext.

ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)

Initialisiert eine neue Instanz von ViewLocationExpanderContext.

ViewLocationExpanderContext(ActionContext, String, String, String, Boolean)

Initialisiert eine neue Instanz von ViewLocationExpanderContext.

public:
 ViewLocationExpanderContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, System::String ^ viewName, System::String ^ controllerName, System::String ^ areaName, bool isMainPage);
public ViewLocationExpanderContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext, string viewName, string controllerName, string areaName, bool isMainPage);
new Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext : Microsoft.AspNetCore.Mvc.ActionContext * string * string * string * bool -> Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
Public Sub New (actionContext As ActionContext, viewName As String, controllerName As String, areaName As String, isMainPage As Boolean)

Parameter

actionContext
ActionContext

Der ActionContext für die aktuell ausgeführte Aktion.

viewName
String

Der Name der Ansicht.

controllerName
String

Der Controllername.

areaName
String

Der Bereichsname.

isMainPage
Boolean

Bestimmt, ob die gefundene Seite die Standard Seite für eine Aktion ist.

Gilt für:

ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)

Quelle:
ViewLocationExpanderContext.cs
Quelle:
ViewLocationExpanderContext.cs
Quelle:
ViewLocationExpanderContext.cs

Initialisiert eine neue Instanz von ViewLocationExpanderContext.

public:
 ViewLocationExpanderContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, System::String ^ viewName, System::String ^ controllerName, System::String ^ areaName, System::String ^ pageName, bool isMainPage);
public ViewLocationExpanderContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext, string viewName, string controllerName, string areaName, string pageName, bool isMainPage);
public ViewLocationExpanderContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext, string viewName, string? controllerName, string? areaName, string? pageName, bool isMainPage);
new Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext : Microsoft.AspNetCore.Mvc.ActionContext * string * string * string * string * bool -> Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
Public Sub New (actionContext As ActionContext, viewName As String, controllerName As String, areaName As String, pageName As String, isMainPage As Boolean)

Parameter

actionContext
ActionContext

Der ActionContext für die aktuell ausgeführte Aktion.

viewName
String

Der Name der Ansicht.

controllerName
String

Der Controllername.

areaName
String

Der Bereichsname.

pageName
String

Der Name der Seite.

isMainPage
Boolean

Bestimmt, ob die gefundene Seite die Standard Seite für eine Aktion ist.

Gilt für: