ApiController::Configuration Property

 

Gets the HttpConfiguration of the current ApiController.

Namespace:   System.Web.Http
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.

Return to top
Show: