ApiController::Initialize Method

Initializes the ApiController instance with the specified controllerContext.

Namespace:  System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

protected:
virtual void Initialize(
	HttpControllerContext^ controllerContext
)

Parameters

controllerContext
Type: System.Web.Http.Controllers::HttpControllerContext
The HttpControllerContext object that is used for the initialization.
Show: