Skip to content

Instantly share code, notes, and snippets.

@rohits79
Created June 14, 2016 23:52
Show Gist options
  • Save rohits79/bcab7130e8b602257ac0e9f46ff4f919 to your computer and use it in GitHub Desktop.
Save rohits79/bcab7130e8b602257ac0e9f46ff4f919 to your computer and use it in GitHub Desktop.
--xaml
<ItemControl prism:RegionManager.RegionName="Navigation">
regionManager.Region[“Navigation”].Add(SomeView);
unityContainer.RegisterType<object, SomeView>("viewName");
regionManager.RequestNavigate(“Navigation”, “viewName”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment