GlobalConfiguration.Configuration Property

Namespace:  System.Web.Http
Assembly:  System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Configuration As HttpConfiguration
    Get
'Usage
Dim value As HttpConfiguration

value = GlobalConfiguration.Configuration
public static HttpConfiguration Configuration { get; }
public:
static property HttpConfiguration^ Configuration {
    HttpConfiguration^ get ();
}
static member Configuration : HttpConfiguration
static function get Configuration () : HttpConfiguration

Property Value

Type: System.Web.Http.HttpConfiguration

See Also

Reference

GlobalConfiguration Class

System.Web.Http Namespace