How can I get the binding value by passing the binding value from XAML to MarkupExtension? #9894
Unanswered
jim-jiang-github
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As shown in my screenshot, I've binding some values on XAML. Arg0 is the text value of the binding control, and Arg1 is the property binding in the ViewModel. I've passed these two bindings as parameters to the MarkupExtension, and now I want to parse these two bindings into their actual values in the MarkupExtension. How should I proceed?
Beta Was this translation helpful? Give feedback.
All reactions