다음을 통해 공유


ViewLocationExpanderContext 클래스

정의

에 대한 정보를 포함하는 컨텍스트입니다 IViewLocationExpander.

public ref class ViewLocationExpanderContext
public class ViewLocationExpanderContext
type ViewLocationExpanderContext = class
Public Class ViewLocationExpanderContext
상속
ViewLocationExpanderContext

생성자

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

ViewLocationExpanderContext의 새 인스턴스를 초기화합니다.

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

ViewLocationExpanderContext의 새 인스턴스를 초기화합니다.

속성

ActionContext

ActionContext 현재 실행 중인 작업에 대한 을 가져옵니다.

AreaName

영역 이름을 가져옵니다.

ControllerName

컨트롤러 이름을 가져옵니다.

IsMainPage

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

PageName

페이지 이름을 가져옵니다. Razor Pages 프레임워크에서 Page를 page 렌더링할 때 경로 값의 값이 됩니다. 이 값은 null 컨트롤러의 결과로 뷰를 렌더링하는 경우 입니다.

Values

의 일부로 값으로 채워진 을 PopulateValues(ViewLocationExpanderContext)가져오거나 설정합니다IDictionary<TKey,TValue>.

ViewName

뷰 이름을 가져옵니다.

적용 대상