HttpControllerContext.Configuration Property
Gets or sets the configuration.
Namespace: System.Web.Http.Controllers
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 configuration.
See Also
HttpControllerContext Class
System.Web.Http.Controllers Namespace
Return to top