ApiController::ControllerContext Property
Gets the HttpConfiguration of the current ApiController.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property HttpControllerContext^ ControllerContext { HttpControllerContext^ get(); void set(HttpControllerContext^ value); }
Property Value
Type: System.Web.Http.Controllers::HttpControllerContext^The HttpConfiguration of the current ApiController.
Show: