1 instantiation of UsePathBaseMiddleware
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\UsePathBaseExtensions.cs (1)
38
return new
UsePathBaseMiddleware
(newNext, pathBase).Invoke;
2 references to UsePathBaseMiddleware
Microsoft.AspNetCore.Http.Abstractions (2)
Extensions\UsePathBaseExtensions.cs (1)
42
return app.UseMiddleware<
UsePathBaseMiddleware
>(pathBase);
Extensions\UsePathBaseMiddleware.cs (1)
17
/// Creates a new instance of <see cref="
UsePathBaseMiddleware
"/>.