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)
67return _next(context); 73return _next(context); 79return _next(context);