Whilst looking at how to pass identifiable information to the data context of another page, I read the documentation for Frame.Navigate. It is explained well in which cases to use only value types. Unfortunately all the examples show the parameter argument set to null and there is no indication of how the new page in the frame should access this parameter.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Whilst looking at how to pass identifiable information to the data context of another page, I read the documentation for
Frame.Navigate. It is explained well in which cases to use only value types. Unfortunately all the examples show theparameterargument set tonulland there is no indication of how the new page in the frame should access this parameter.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.