1 implementation of ApplyResult
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
152public virtual void ApplyResult(CorsResult result, HttpResponse response)
3 references to ApplyResult
Microsoft.AspNetCore.Cors (2)
Infrastructure\CorsMiddleware.cs (2)
179CorsService.ApplyResult(corsResult, context.Response); 198middleware.CorsService.ApplyResult(result, context.Response);
Microsoft.AspNetCore.Mvc.Cors (1)
CorsAuthorizationFilter.cs (1)
87_corsService.ApplyResult(result, context.HttpContext.Response);