CorsPolicy.PreflightMaxAge プロパティ

定義

プリフライト要求の TimeSpan 結果をキャッシュできる を取得または設定します。

public:
 property Nullable<TimeSpan> PreflightMaxAge { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? PreflightMaxAge { get; set; }
member this.PreflightMaxAge : Nullable<TimeSpan> with get, set
Public Property PreflightMaxAge As Nullable(Of TimeSpan)

プロパティ値

適用対象