ControllerContext Class

Definition

The context associated with the current request for a controller.

C#
public class ControllerContext : Microsoft.AspNetCore.Mvc.ActionContext
Inheritance
ControllerContext

Constructors

Properties

ActionDescriptor

Gets or sets the ControllerActionDescriptor associated with the current request.

HttpContext

Gets or sets the HttpContext for the current request.

(Inherited from ActionContext)
ModelState

Gets the ModelStateDictionary.

(Inherited from ActionContext)
RouteData

Gets or sets the RouteData for the current request.

(Inherited from ActionContext)
ValueProviderFactories

Gets or sets the list of IValueProviderFactory instances for the current request.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0