Relative Content

Tag Archive for .netblazorblazor-server-sideblazor-rendermode

RenderMode for Blazor server app with Identity

I want to modify the standard sidebar nav so it is collapsible and can contain submenus The problem I encounter is that the start page flickers or reloads endlessly, probably due to something with rendermodes. I have updated my project from .Net8 to .Net9 to make use of the ‘AcceptsInteractiveRouting()’ method in HttpContext. I have […]