ICorsService 接口

定义

可以评估特定 HttpContext的策略的类型。

public interface class ICorsService
public interface ICorsService
type ICorsService = interface
Public Interface ICorsService
派生

方法

ApplyResult(CorsResult, HttpResponse)

将 CORS 特定的响应标头添加到给定 response的 。

EvaluatePolicy(HttpContext, CorsPolicy)

使用传入context的 计算给定policy的 。

适用于