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.

CorsHttpConfigurationExtensions::GetCorsEngine Method (HttpConfiguration^)

 

Gets the ICorsEngine from the HttpConfiguration.

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

public:
[ExtensionAttribute]
static ICorsEngine^ GetCorsEngine(
	HttpConfiguration^ httpConfiguration
)

Parameters

httpConfiguration
Type: System.Web.Http::HttpConfiguration^

The HttpConfiguration.

Exception Condition
ArgumentNullException

httpConfiguration

Return to top
Show: