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