Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
111 views

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 ...
Luke Vo's user avatar
  • 21.6k
0 votes
1 answer
71 views

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 ...
jason van willigen's user avatar
1 vote
0 answers
64 views

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. ...
Tim Kruger's user avatar
0 votes
1 answer
48 views

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 @...
Tim Kruger's user avatar
0 votes
0 answers
48 views

I started with a working app with static exported C# methods like [SupportedOSPlatform("browser")] // suppress CA1416 "only supported on: 'browser'" public static partial class ...
Qwertie's user avatar
  • 17.4k
0 votes
0 answers
25 views

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 ...
Isaac Smith's user avatar