ActionContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Context object for execution of action which has been selected as part of an HTTP request.
public ref class ActionContext
public class ActionContext
type ActionContext = class
Public Class ActionContext
- Inheritance
-
ActionContext
- Derived
Constructors
ActionContext() |
Creates an empty ActionContext. |
ActionContext(ActionContext) |
Creates a new ActionContext. |
ActionContext(HttpContext, RouteData, ActionDescriptor, ModelStateDictionary) |
Creates a new ActionContext. |
ActionContext(HttpContext, RouteData, ActionDescriptor) |
Creates a new ActionContext. |
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. |