Property AllowOrigins
AllowOrigins
Gets or sets domains which will define the source header according to one of the domains present below.
public string[] AllowOrigins { get; set; }
Property Value
- string[]
Remarks
This property makes the server compare the origin of the request and associate the domain that corresponds to it.