ICorsService.ApplyResult(CorsResult, HttpResponse) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 CORS 特定的响应标头添加到给定 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)
参数
- result
- CorsResult
CorsResult用于读取允许的值的 。
- response
- HttpResponse
与 HttpResponse 当前调用关联的 。