11 questions from the last 30 days
1
vote
3
answers
111
views
Can I "soft reload" a Blazor page component without a full browser reload?
I'd like to reload a Blazor page component without triggering a full browser reload.
Using NavigationManager to reload works, but I'm looking for a softer approach:
The page itself stays loaded, so ...
0
votes
1
answer
71
views
How can I send my refresh tokens via httponly cookie to standalone blazor WebAssembly?
I've been trying for a couple days to implement refresh tokens into my ASP.NET Core Web API, but to no avail.
I've currently got an ASP.NET Core Web API that allows someone to log in with a username ...
1
vote
0
answers
64
views
Why does the MudBlazor Tree View display the edit view on the 1st click but all subsequent clicks only change the URL & does not update the view
As mentioned in the subject line I wanted to know why the MudBlazor Tree View display the edit view on the 1st click but all subsequent clicks only change the URL & does not update the view. ...
0
votes
1
answer
48
views
Why are my context menus for the Client, Site and Division not displaying
As mentioned in the subject line why are my context menus for the Client, Site and Division not displaying when running the code shown below! I've only includes the relevant sections below:
<div @...
0
votes
0
answers
48
views
How to use JSExport in two projects in the same web+C# app
I started with a working app with static exported C# methods like
[SupportedOSPlatform("browser")] // suppress CA1416 "only supported on: 'browser'"
public static partial class ...
0
votes
0
answers
25
views
Add InteractiveServer page to InteractiveAuto webapp
I have created a Blazor webapp which was created using Auto interactivity (and individual authentication). Working to add to the webapp I have understood that InteractiveAuto means using ...