Re: Blazor wasm passing objects to pages

2021-08-12 Thread Tom P
On Fri, 6 Aug 2021 at 15:51, Greg Keogh wrote: > 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 t

Re: Blazor wasm passing objects to pages

2021-08-05 Thread Greg Keogh
> > 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