Property AccessControlMaxAge
AccessControlMaxAge
Gets or sets the value of the HTTP Access-Control-Max-Age header.
Specifies how long the results of a preflight request can be cached, reducing the number of preflight requests made.
public string? AccessControlMaxAge { get; set; }
Property Value
Remarks
Note: this header can be overwritten by the current CrossOriginResourceSharingHeaders configuration.