PageContext 클래스

정의

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를 만듭니다.

PageContext(ActionContext)

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

속성

ActionDescriptor

PageActionDescriptor를 가져오거나 설정합니다.

HttpContext

현재 요청에 대한 를 HttpContext 가져오거나 설정합니다.

(다음에서 상속됨 ActionContext)
ModelState

ModelStateDictionary를 가져옵니다.

(다음에서 상속됨 ActionContext)
RouteData

현재 요청에 대한 를 RouteData 가져오거나 설정합니다.

(다음에서 상속됨 ActionContext)
ValueProviderFactories

현재 요청에 대한 인스턴스 목록을 IValueProviderFactory 가져오거나 설정합니다.

ViewData

ViewDataDictionary를 가져오거나 설정합니다.

ViewStartFactories

적용 가능한 _ViewStart 인스턴스를 가져오거나 설정합니다.

적용 대상