次の方法で共有


CorsRule.MaxAgeInSeconds プロパティ

定義

CorsRule 要素が存在する場合は、必須を取得または設定します。 クライアント/ブラウザーがプレフライト応答をキャッシュする秒数。

[Newtonsoft.Json.JsonProperty(PropertyName="maxAgeInSeconds")]
public int MaxAgeInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxAgeInSeconds")>]
member this.MaxAgeInSeconds : int with get, set
Public Property MaxAgeInSeconds As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象