다음을 통해 공유


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

찾을 페이지가 작업의 기본 페이지인지 확인합니다.

적용 대상

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

Source:
ViewLocationExpanderContext.cs
Source:
ViewLocationExpanderContext.cs
Source:
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

찾을 페이지가 작업의 기본 페이지인지 확인합니다.

적용 대상