Table of Contents

Property AllowOrigin

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

AllowOrigin

From MDN: Access-Control-Allow-Origin specifies either a single origin which tells browsers to allow that origin to access the resource; or else — for requests without credentials — the "*" wildcard tells browsers to allow any origin to access the resource.

public string? AllowOrigin { get; set; }

Property Value

string