Different between app.run and app.use in asp.net core
Loading
Different between app.run and app.use in asp.net core
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Oct 16, 2022, 1:55 PM
https://www.tutorialspoint.com/what-is-the-difference-between-iapplicationbuilder-use-and-iapplicationbuilder-run-chash-asp-net-core
Rajanikant HawaldarPosted Oct 16, 2022, 9:11 AM
app.Run() will end the request, and app.Use() will pass the request to next middleware.