ControllerContext 类

定义

与控制器的当前请求关联的上下文。

public ref class ControllerContext : Microsoft::AspNetCore::Mvc::ActionContext
public class ControllerContext : Microsoft.AspNetCore.Mvc.ActionContext
type ControllerContext = class
    inherit ActionContext
Public Class ControllerContext
Inherits ActionContext
继承
ControllerContext

构造函数

ControllerContext()

创建一个新的 ControllerContext

ControllerContext(ActionContext)

创建一个新的 ControllerContext

属性

ActionDescriptor

获取或设置与 ControllerActionDescriptor 当前请求关联的 。

HttpContext

获取或设置 HttpContext 当前请求的 。

(继承自 ActionContext)
ModelState

获取 ModelStateDictionary

(继承自 ActionContext)
RouteData

获取或设置 RouteData 当前请求的 。

(继承自 ActionContext)
ValueProviderFactories

获取或设置当前请求的 IValueProviderFactory 实例列表。

适用于