3 references to _next
Microsoft.AspNetCore.Antiforgery (3)
AntiforgeryMiddleware.cs (3)
25
return
_next
(context);
33
return
_next
(context);
52
await
_next
(context);