ViewLocationExpanderContext Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ViewLocationExpanderContext(ActionContext, String, String, String, Boolean) |
Initialise une nouvelle instance de ViewLocationExpanderContext. |
ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean) |
Initialise une nouvelle instance de ViewLocationExpanderContext. |
ViewLocationExpanderContext(ActionContext, String, String, String, Boolean)
Initialise une nouvelle instance de 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)
Paramètres
- actionContext
- ActionContext
ActionContext pour l’action en cours d’exécution.
- viewName
- String
Nom de la vue.
- controllerName
- String
Nom du contrôleur.
- areaName
- String
Nom de la zone.
- isMainPage
- Boolean
Détermine si la page trouvée est la page main d’une action.
S’applique à
ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)
Initialise une nouvelle instance de 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)
Paramètres
- actionContext
- ActionContext
ActionContext pour l’action en cours d’exécution.
- viewName
- String
Nom de la vue.
- controllerName
- String
Nom du contrôleur.
- areaName
- String
Nom de la zone.
- pageName
- String
Nom de la page.
- isMainPage
- Boolean
Détermine si la page trouvée est la page main d’une action.