Replies: 2 comments 3 replies
-
Hi @Petit-Pas , How did you access from xaml page to BlazorWebView / RootComponentControl control? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @Petit-Pas it worked. Still trying to figure out going from razor pages to xaml page which contains razor page. From home.razor
To Category.xaml
If I set categoryId manually in Category.xaml, I see the value in Category.razor but nothing has been carried from home.razor Any idea how to to that? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm fiddling with the MAUI x Blazor thing because I'm really interested in both technologies, and I was looking at sending parameters from MAUI to Blazor component.
When I do something like:
in the MAUI component, then
in the Blazor one, everything gets set perfectly.
However, if I try to later update the Parameter Dictionnary, nothing changed on the Blazor component and the OnParametersSet() function is not being called.
I saw here that the Parameters property is get/init only, and was wondering if it would be a big trouble to enable it to change over time rather than set it into stone.
Maybe even with a binding from MAUI, detecting any change automatically for instance.
Beta Was this translation helpful? Give feedback.
All reactions