Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 3
    That won't even compile. Commented Nov 16 at 20:46
  • What you're saying is incorrect because .NET 10 doesn't recognize: @rendermode InteractiveWebAssembly(prerender: false) Commented Nov 17 at 5:41
  • According to Microsoft documentation: “Interactive render modes (Interactive Server, Interactive WebAssembly, Interactive Auto) support prerendering by default… ” Commented Nov 17 at 5:57
  • In .NET 9 you could completely disable prerendering. In .NET 10 this is no longer possible because the initial prerender is part of the unified Blazor architecture. prerender:false still exists for compatibility, but it does NOT prevent the server prerender from happening. Commented Nov 17 at 8:22