Table of Contents

Property AccessControlAllowOrigin

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

AccessControlAllowOrigin

Gets or sets the value of the HTTP Access-Control-Allow-Origin header.

public string? AccessControlAllowOrigin { get; set; }

Property Value

string

Remarks

Note: this header can be overwritten by the current CrossOriginResourceSharingHeaders configuration.