aspnetcore
aspnetcore copied to clipboard
Fix UsePathBase with WAB
Fixes https://github.com/dotnet/aspnetcore/issues/38448
UsePathBase can't reference UseRouting (circular reference) so had to employ a bit of a trick to make it work.