Table of Contents

Field AccessControlMaxAge

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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 const string AccessControlMaxAge = "Access-Control-Max-Age"

Returns

string
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.