asp net core: Code of method app.UseStaticFiles()?
Alright this is very nice that theres quick middleware for asp net core for serving static files but before i even started learning C# i wanted to mess with code of this mechanism.
I tried to find code of this method in google but i didnt find anything. is it possible to 'look it up'?
(basically i want to influence the code that currently works like this: "redirect player to index.html upon http request")
0 comments:
Post a Comment