How to call a razor page from a Blazor component in a Server Side Blazor Application without causing a page refresh
问题 I am developing a Blazor Server Side Application which I need to include cookie authentication. We created a custom login page component, but in order to create a cookie I need to call a Razor page to create the cookie. Is there a way to call the razor page without doing a page refresh. I tried using the UriHelper.NavigateTo but does not work with non Blazor component routes. Then I tried with a Javascript call to do a window.location, but the issue is that this causes a browser refresh that