CorsResult.IsOriginAllowed 属性

定义

获取或设置一个值,该值确定是否允许源。 当 为 时 false,不应发送 CORS 标头。

public:
 property bool IsOriginAllowed { bool get(); void set(bool value); };
public bool IsOriginAllowed { get; set; }
member this.IsOriginAllowed : bool with get, set
Public Property IsOriginAllowed As Boolean

属性值

适用于