共用方式為


CorsResult 類別

定義

ICorsService 回的結果。

public ref class CorsResult
public class CorsResult
type CorsResult = class
Public Class CorsResult
繼承
CorsResult

建構函式

CorsResult()

ICorsService 回的結果。

屬性

AllowedExposedHeaders

取得可在回應公開的允許標頭。

AllowedHeaders

取得允許的標頭。

AllowedMethods

取得允許的方法。

AllowedOrigin

取得或設定允許的來源。

IsOriginAllowed

取得或設定值,判斷是否允許原點。 當 為 時 false ,不應該傳送 CORS 標頭。

IsPreflightRequest

取得或設定值,這個值會判斷目前的要求是否為 CORS 預檢要求。

PreflightMaxAge

取得或設定 TimeSpan 可快取預檢要求結果的 。

SupportsCredentials

取得或設定值,這個值表示資源是否支援使用者認證。

VaryByOrigin

取得或設定值,指出是否需要值為 'Origin' 的 'Vary' 標頭。

方法

ToString()

傳回代表這個執行個體的 String

適用於