Share via


CorsConstants.AccessControlAllowOrigin Field

 

The Access-Control-Allow-Origin response header.

Namespace:   System.Web.Cors
Assembly:  System.Web.Cors (in System.Web.Cors.dll)

Syntax

public static readonly string AccessControlAllowOrigin
public:
static initonly String^ AccessControlAllowOrigin
static val AccessControlAllowOrigin : string
Public Shared ReadOnly AccessControlAllowOrigin As String

Field Value

Type: System.String

See Also

CorsConstants Class
System.Web.Cors Namespace

Return to top