Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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