ICorsService.ApplyResult(CorsResult, HttpResponse) Method

Definition

Adds CORS-specific response headers to the given response.

public:
 void ApplyResult(Microsoft::AspNetCore::Cors::Infrastructure::CorsResult ^ result, Microsoft::AspNetCore::Http::HttpResponse ^ response);
public void ApplyResult (Microsoft.AspNetCore.Cors.Infrastructure.CorsResult result, Microsoft.AspNetCore.Http.HttpResponse response);
abstract member ApplyResult : Microsoft.AspNetCore.Cors.Infrastructure.CorsResult * Microsoft.AspNetCore.Http.HttpResponse -> unit
Public Sub ApplyResult (result As CorsResult, response As HttpResponse)

Parameters

result
CorsResult

The CorsResult used to read the allowed values.

response
HttpResponse

The HttpResponse associated with the current call.

Applies to