PageContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Razor 페이지에 대한 현재 요청과 연결된 컨텍스트입니다.
public ref class PageContext : Microsoft::AspNetCore::Mvc::ActionContext
public class PageContext : Microsoft.AspNetCore.Mvc.ActionContext
type PageContext = class
inherit ActionContext
Public Class PageContext
Inherits ActionContext
- 상속
생성자
PageContext() |
빈 PageContext를 만듭니다. |
PageContext(ActionContext) |
PageContext의 새 인스턴스를 초기화합니다. |
속성
ActionDescriptor |
PageActionDescriptor를 가져오거나 설정합니다. |
HttpContext |
현재 요청에 대한 를 HttpContext 가져오거나 설정합니다. (다음에서 상속됨 ActionContext) |
ModelState |
ModelStateDictionary를 가져옵니다. (다음에서 상속됨 ActionContext) |
RouteData |
현재 요청에 대한 를 RouteData 가져오거나 설정합니다. (다음에서 상속됨 ActionContext) |
ValueProviderFactories |
현재 요청에 대한 인스턴스 목록을 IValueProviderFactory 가져오거나 설정합니다. |
ViewData |
ViewDataDictionary를 가져오거나 설정합니다. |
ViewStartFactories |
적용 가능한 _ViewStart 인스턴스를 가져오거나 설정합니다. |