ViewLocationExpanderContext 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
찾을 페이지가 작업의 기본 페이지인지 확인합니다.
적용 대상
ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)
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
찾을 페이지가 작업의 기본 페이지인지 확인합니다.