1 write to _next
Microsoft.AspNetCore.HttpsPolicy (1)
HstsMiddleware.cs (1)
37
_next
= next ?? throw new ArgumentNullException(nameof(next));
3 references to _next
Microsoft.AspNetCore.HttpsPolicy (3)
HstsMiddleware.cs (3)
67
return
_next
(context);
73
return
_next
(context);
79
return
_next
(context);