Setting BindingContext to ViewModel #21660
Unanswered
dharamhbtik
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Dharmendra, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
There are a few ways to set the Page Bindinig context to View Model :
We were using PRISM in Xamarin Forms, which provides a good way of setting binding context while registering the classes/views/models etc during app startup.
Just checking if MAUI have any inbuilt capability to set binding context or we have to use above traditional ways for binding?
Beta Was this translation helpful? Give feedback.
All reactions