2 writes to AllowedOrigin
Microsoft.AspNetCore.Cors (2)
Infrastructure\CorsService.cs (2)
102result.AllowedOrigin = CorsConstants.AnyOrigin; 108result.AllowedOrigin = origin;
2 references to AllowedOrigin
Microsoft.AspNetCore.Cors (2)
Infrastructure\CorsResult.cs (1)
91builder.Append(AllowedOrigin);
Infrastructure\CorsService.cs (1)
165headers.AccessControlAllowOrigin = result.AllowedOrigin;