ApiController.Configuration Property
Gets the HttpConfiguration of the current ApiController.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpConfiguration Configuration { get; set; }
public:
property HttpConfiguration^ Configuration {
HttpConfiguration^ get();
void set(HttpConfiguration^ value);
}
member Configuration : HttpConfiguration with get, set
Public Property Configuration As HttpConfiguration
Property Value
Type: System.Web.Http.HttpConfiguration
The HttpConfiguration of the current ApiController.
See Also
ApiController Class
System.Web.Http Namespace
Return to top