CorsResult.IsPreflightRequest 属性

定义

获取或设置一个值,该值确定当前请求是否为 CORS 预检请求。

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

属性值

适用于