HttpActionDescriptor.Configuration Property

 

Gets or sets the action 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 action configuration.

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top