You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, to work with Shell, we can pass argument while navigating from Page1 to Page2.
The IQuerryAttributable interface can be implemented to access to the argument.
My question is, why do we get a IDictionary<string,object> instead of IReadOnlyDictionary<string,object> for the parameters ?
Is there a scenario where you want to add parameter in ApplyQueryAttributes of Page2 whereas the parameter was given by Page1 (or its view model, you get what I mean)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, to work with Shell, we can pass argument while navigating from Page1 to Page2.
The IQuerryAttributable interface can be implemented to access to the argument.
My question is, why do we get a IDictionary<string,object> instead of IReadOnlyDictionary<string,object> for the parameters ?
Is there a scenario where you want to add parameter in ApplyQueryAttributes of Page2 whereas the parameter was given by Page1 (or its view model, you get what I mean)
Beta Was this translation helpful? Give feedback.
All reactions