HttpActionContext Constructor
Initializes a new instance of the HttpActionContext class.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New HttpActionContext()
public HttpActionContext()
public:
HttpActionContext()
new : unit -> HttpActionContext
public function HttpActionContext()
Remarks
The default constructor is intended for use by unit testing only.