Need an option in .NET MAUI Blazor Hybrid to do something after the Razor component is rendered #18936
Unanswered
egvijayanand
asked this question in
General
Replies: 1 comment 4 replies
-
Hi @egvijayanand , can you give an example of what you'd like the app to do after the Razor component is rendered? There could be different solutions depending on what the scenario is. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Trying to link Razor component and .NET MAUI platform (Hybrid).
Currently, only BlazorWebView Initializing and Initialized events are available, which work on the underlying platform WebView.
The newly introduced TryDispatchAsync() method establishes the link from MAUI to Razor, invocation to happen on the MAUI end. And I'm looking in the opposite direction. Once the Razor component of the StartPath property (at least) needs to interact with the MAUI code.
Is there any option available to achieve this? @Eilon
Beta Was this translation helpful? Give feedback.
All reactions