Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpControllerDescriptor::Configuration Property

 

Gets or sets the configurations associated with the controller.

Namespace:   System.Web.Http.Controllers
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 configurations associated with the controller.

Return to top
Show: