When in try to pass complex object as parameter, it just passes the typename of the Object. What are the options to pass in complex Object when navigating to different component/page ?
This is what i have tried @page "/showLocation/{SelectedOrgLocation}"
Page which is sending information navManager.NavigateTo($"ShowLocation?SelectedOrgLocation={data}");