CorsRule.MaxAgeInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
[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
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute