CorsResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳 ICorsService 回的結果。
public ref class CorsResult
public class CorsResult
type CorsResult = class
Public Class CorsResult
- 繼承
-
CorsResult
建構函式
CorsResult() |
傳 ICorsService 回的結果。 |
屬性
AllowedExposedHeaders |
取得可在回應公開的允許標頭。 |
AllowedHeaders |
取得允許的標頭。 |
AllowedMethods |
取得允許的方法。 |
AllowedOrigin |
取得或設定允許的來源。 |
IsOriginAllowed |
取得或設定值,判斷是否允許原點。
當 為 時 |
IsPreflightRequest |
取得或設定值,這個值會判斷目前的要求是否為 CORS 預檢要求。 |
PreflightMaxAge |
取得或設定 TimeSpan 可快取預檢要求結果的 。 |
SupportsCredentials |
取得或設定值,這個值表示資源是否支援使用者認證。 |
VaryByOrigin |
取得或設定值,指出是否需要值為 'Origin' 的 'Vary' 標頭。 |
方法
ToString() |
傳回代表這個執行個體的 String。 |