CorsHttpResponseMessageExtensions Class

 

CORS-related extension methods for HttpResponseMessage.

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

System::Object
  System.Web.Http.Cors::CorsHttpResponseMessageExtensions

[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ExtensionAttribute]
public ref class CorsHttpResponseMessageExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticWriteCorsHeaders(HttpResponseMessage^, CorsResult^)

Writes the CORS headers on the response.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: