Hi folks, Hopefully there are some Blazor devs here...
It may be perhaps because it is Friday and I've lost my mind but I can't seem to sort out a seemingly simple issue. I have a blazor page with a button that calls a service to do something and the service returns an object. What I need is to then take this returned object and pass it to a different page for viewing. How can this be done? In an MVC controller action I would just do: return View("new view name", model) I'm sure I am missing something or am thinking about it the wrong way. Any help would be appreciated. Thanks Tom