IControllerConfiguration::Initialize Method
Callback invoked to set per-controller overrides for this controllerDescriptor.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
void Initialize(
HttpControllerSettings^ controllerSettings,
HttpControllerDescriptor^ controllerDescriptor
)
Parameters
- controllerSettings
- Type: System.Web.Http.Controllers::HttpControllerSettings
The controller settings to initialize.
- controllerDescriptor
- Type: System.Web.Http.Controllers::HttpControllerDescriptor
The controller descriptor. Note that the HttpControllerDescriptor can be associated with the derived controller type given that IControllerConfiguration is inherited.
Show: