{"id":766,"date":"2019-02-13T16:16:36","date_gmt":"2019-02-13T16:16:36","guid":{"rendered":"https:\/\/ibex.tech\/windows-iot\/?p=766"},"modified":"2019-02-13T16:16:36","modified_gmt":"2019-02-13T16:16:36","slug":"navigate-to-page","status":"publish","type":"post","link":"https:\/\/ibex.tech\/csharp\/uwp-programming-in-c\/windows-and-pages\/navigate-to-page","title":{"rendered":"Navigate To Page"},"content":{"rendered":"\n<h5 class=\"wp-block-heading\">Navigate from a page control (e.g. a button) to another page<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>this.Frame.Navigate(typeof(MyPageName));<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Navigate from code at a higher level of the App<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>rootFrame.Navigate(typeof(MyPageName));<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Navigate from a page control (e.g. a button) to another page Navigate from code at a higher level of the App<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[67],"tags":[],"class_list":["post-766","post","type-post","status-publish","format-standard","hentry","category-windows-and-pages"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/comments?post=766"}],"version-history":[{"count":0,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/766\/revisions"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/media?parent=766"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/categories?post=766"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/tags?post=766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}