ActionContext Class

Definition

Context object for execution of action which has been selected as part of an HTTP request.

C#
public class ActionContext
Inheritance
ActionContext
Derived

Constructors

Properties

ActionDescriptor

Gets or sets the ActionDescriptor for the selected action.

HttpContext

Gets or sets the HttpContext for the current request.

ModelState

Gets the ModelStateDictionary.

RouteData

Gets or sets the RouteData 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