How can I programmatically determine the Blazor render mode #54582
Unanswered
DavidThielen
asked this question in
Q&A
Replies: 2 comments
-
Hi @DavidThielen. We have in our roadmap for .NET 9 to introduce an API for determining the current render mode: #49401. With .NET 8 you'll need to use a combination of check to deduce the render mode. See the comments on #49401 for some approaches that the Blazor community is currently using. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See if this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all;
How can I get the render mode Blazor is using for my component. There is this suggestion but that won't work for Auto as it could be either. I want to verify I've configured everything properly so my app is tunning in InteractiveServer.
thanks - dave
Beta Was this translation helpful? Give feedback.
All reactions