ControllerContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与控制器的当前请求关联的上下文。
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(ActionContext) |
创建一个新的 ControllerContext。 |
属性
ActionDescriptor |
获取或设置与 ControllerActionDescriptor 当前请求关联的 。 |
HttpContext |
获取或设置 HttpContext 当前请求的 。 (继承自 ActionContext) |
ModelState | (继承自 ActionContext) |
RouteData |
获取或设置 RouteData 当前请求的 。 (继承自 ActionContext) |
ValueProviderFactories |
获取或设置当前请求的 IValueProviderFactory 实例列表。 |