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