Aracılığıyla paylaş


CorsService.ApplyResult(CorsResult, HttpResponse) Yöntem

Tanım

Verilen responseöğesine CORS'ye özgü yanıt üst bilgileri ekler.

public:
 virtual void ApplyResult(Microsoft::AspNetCore::Cors::Infrastructure::CorsResult ^ result, Microsoft::AspNetCore::Http::HttpResponse ^ response);
public virtual 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
override this.ApplyResult : Microsoft.AspNetCore.Cors.Infrastructure.CorsResult * Microsoft.AspNetCore.Http.HttpResponse -> unit
Public Overridable Sub ApplyResult (result As CorsResult, response As HttpResponse)

Parametreler

result
CorsResult

İzin CorsResult verilen değerleri okumak için kullanılır.

response
HttpResponse

HttpResponse Geçerli çağrıyla ilişkili.

Uygulamalar

Şunlara uygulanır