Table of Contents

Field AccessControlAllowMethods

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

The HTTP Access-Control-Allow-Methods header.

Specifies the methods that are allowed when accessing the resource in a CORS context.

public const string AccessControlAllowMethods = "Access-Control-Allow-Methods"

Returns

string
The HTTP Access-Control-Allow-Methods header. Specifies the methods that are allowed when accessing the resource in a CORS context.