ViewLocationExpanderContext Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ViewLocationExpanderContext(ActionContext, String, String, String, Boolean) |
Инициализирует новый экземпляр ViewLocationExpanderContext. |
ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean) |
Инициализирует новый экземпляр ViewLocationExpanderContext. |
ViewLocationExpanderContext(ActionContext, String, String, String, Boolean)
Инициализирует новый экземпляр 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)
Параметры
- actionContext
- ActionContext
Для ActionContext текущего выполняемого действия.
- viewName
- String
Имя представления.
- controllerName
- String
Имя контроллера.
- areaName
- String
Имя области.
- isMainPage
- Boolean
Определяет, является ли найденная страница main страницей для действия.
Применяется к
ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)
- Исходный код:
- ViewLocationExpanderContext.cs
- Исходный код:
- ViewLocationExpanderContext.cs
- Исходный код:
- ViewLocationExpanderContext.cs
Инициализирует новый экземпляр 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)
Параметры
- actionContext
- ActionContext
Для ActionContext текущего выполняемого действия.
- viewName
- String
Имя представления.
- controllerName
- String
Имя контроллера.
- areaName
- String
Имя области.
- pageName
- String
Имя страницы.
- isMainPage
- Boolean
Определяет, является ли найденная страница main страницей для действия.