1 instantiation of MapMiddleware
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\MapExtensions.cs (1)
70return app.Use(next => new MapMiddleware(next, options).Invoke);
3 references to MapMiddleware
Microsoft.AspNetCore.Http.Abstractions (3)
Extensions\MapExtensions.cs (1)
10/// Extension methods for the <see cref="MapMiddleware"/>.
Extensions\MapMiddleware.cs (1)
17/// Creates a new instance of <see cref="MapMiddleware"/>.
Extensions\MapOptions.cs (1)
9/// Options for the <see cref="MapMiddleware"/>.