Class BackendCorsInformation
CORS runtime information
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendCorsInformation
Constructors
BackendCorsInformation()
Declaration
public BackendCorsInformation()
Properties
AllowedOrigins
Allowed origins — empty when CORS is inactive
Declaration
public string[] AllowedOrigins { get; init; }
Property Value
| Type | Description |
|---|---|
| string[] |
IsActive
Whether CORS is active (at least one allowed origin configured)
Declaration
public bool IsActive { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |