Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ApiController.Initialize Method (HttpControllerContext)

 

Initializes the ApiController instance with the specified controllerContext.

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

Protected Overridable Sub Initialize (
	controllerContext As HttpControllerContext
)

Parameters

controllerContext
Type: System.Web.Http.Controllers.HttpControllerContext

The HttpControllerContext object that is used for the initialization.

Return to top
Show: