コード例 #1
0
 public NotFoundMiddleware(RequestDelegate next)
 {
     _next = next.EnsureNotNull(nameof(next));
 }