Table of Contents

Property AllowOrigins

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

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.