ViewLocationExpanderContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대한 정보를 포함하는 컨텍스트입니다 IViewLocationExpander.
public ref class ViewLocationExpanderContext
public class ViewLocationExpanderContext
type ViewLocationExpanderContext = class
Public Class ViewLocationExpanderContext
- 상속
-
ViewLocationExpanderContext
생성자
속성
ActionContext |
ActionContext 현재 실행 중인 작업에 대한 을 가져옵니다. |
AreaName |
영역 이름을 가져옵니다. |
ControllerName |
컨트롤러 이름을 가져옵니다. |
IsMainPage |
찾을 페이지가 작업의 기본 페이지인지 확인합니다. |
PageName |
페이지 이름을 가져옵니다. Razor Pages 프레임워크에서 Page를 |
Values |
의 일부로 값으로 채워진 을 PopulateValues(ViewLocationExpanderContext)가져오거나 설정합니다IDictionary<TKey,TValue>. |
ViewName |
뷰 이름을 가져옵니다. |