aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Fix UsePathBase with WAB

Open BrennanConroy opened this issue 3 years ago • 0 comments

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.

BrennanConroy avatar Jul 22 '22 21:07 BrennanConroy