Sdílet prostřednictvím


ViewLocationExpanderContext Konstruktory

Definice

Přetížení

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

Inicializuje novou instanci objektu ViewLocationExpanderContext.

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

Inicializuje novou instanci objektu ViewLocationExpanderContext.

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

Inicializuje novou instanci objektu 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)

Parametry

actionContext
ActionContext

Hodnota ActionContext pro aktuální prováděcí akci.

viewName
String

Název zobrazení.

controllerName
String

Název kontroleru.

areaName
String

Název oblasti.

isMainPage
Boolean

Určuje, jestli je nalezená stránka hlavní stránkou akce.

Platí pro

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

Zdroj:
ViewLocationExpanderContext.cs
Zdroj:
ViewLocationExpanderContext.cs
Zdroj:
ViewLocationExpanderContext.cs

Inicializuje novou instanci objektu 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)

Parametry

actionContext
ActionContext

Hodnota ActionContext pro aktuální prováděcí akci.

viewName
String

Název zobrazení.

controllerName
String

Název kontroleru.

areaName
String

Název oblasti.

pageName
String

Název stránky

isMainPage
Boolean

Určuje, jestli je nalezená stránka hlavní stránkou akce.

Platí pro