ActionContext 클래스

정의

HTTP 요청의 일부로 선택된 작업 실행을 위한 컨텍스트 개체입니다.

public ref class ActionContext
public class ActionContext
type ActionContext = class
Public Class ActionContext
상속
ActionContext
파생

생성자

ActionContext()

ActionContext를 만듭니다.

ActionContext(ActionContext)

ActionContext를 만듭니다.

ActionContext(HttpContext, RouteData, ActionDescriptor)

ActionContext를 만듭니다.

ActionContext(HttpContext, RouteData, ActionDescriptor, ModelStateDictionary)

ActionContext를 만듭니다.

속성

ActionDescriptor

선택한 작업의 를 ActionDescriptor 가져오거나 설정합니다.

HttpContext

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

ModelState

ModelStateDictionary를 가져옵니다.

RouteData

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

적용 대상