Iframe does not show the resource if resource location chnged by UseStaticFiles
I want to use an iframe in my Blazor server app to display PDF resources. I have used UseStaticFiles middleware to serve the resouce location to iframe, but it does not work.