MVC & Razor Pages have a TempData feature that you can use to store some data that is intended to be read in a future request. We should consider adding something similar for Blazor server-side rendering.
For example, the default Identity UI makes use of TempData in variety of scenarios. We need some way to replicate this functionality.
MVC & Razor Pages have a TempData feature that you can use to store some data that is intended to be read in a future request. We should consider adding something similar for Blazor server-side rendering.
For example, the default Identity UI makes use of TempData in variety of scenarios. We need some way to replicate this functionality.