HttpControllerContext Class
Contains information for a single HTTP operation.
Inheritance Hierarchy
System.Object
System.Web.Http.Controllers.HttpControllerContext
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class HttpControllerContext
'Usage
Dim instance As HttpControllerContext
public class HttpControllerContext
public ref class HttpControllerContext
type HttpControllerContext = class end
public class HttpControllerContext
The HttpControllerContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpControllerContext() | Initializes a new instance of the HttpControllerContext class. | |
HttpControllerContext(HttpConfiguration, IHttpRouteData, HttpRequestMessage) | Initializes a new instance of the HttpControllerContext class. |
Top
Properties
Name | Description | |
---|---|---|
Configuration | Gets or sets the configuration. | |
Controller | Gets or sets the HTTP controller. | |
ControllerDescriptor | Gets or sets the controller descriptor. | |
Request | Gets or sets the request. | |
RouteData | Gets or sets the route data. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.