4 references to AllowedMethods
Microsoft.AspNetCore.Cors (4)
Infrastructure\CorsResult.cs (1)
99builder.AppendJoin(",", AllowedMethods);
Infrastructure\CorsService.cs (3)
121AddHeaderValues(result.AllowedMethods, allowedMethods); 183if (result.AllowedMethods.Count > 0) 185headers.SetCommaSeparatedValues(CorsConstants.AccessControlAllowMethods, result.AllowedMethods.ToArray());