ActionContext Class
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
C#
public class ActionContext
type ActionContext = class
Public Class ActionContext
- Inheritance
-
ActionContext
- Derived
Action |
Creates an empty ActionContext. |
Action |
Creates a new ActionContext. |
Action |
Creates a new ActionContext. |
Action |
Creates a new ActionContext. |
Action |
Gets or sets the ActionDescriptor for the selected action. |
Http |
Gets or sets the HttpContext for the current request. |
Model |
Gets the ModelStateDictionary. |
Route |
Gets or sets the RouteData for the current request. |
منتج | الإصدارات |
---|---|
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 |