Supporting navigation (Windows Store apps using JavaScript and HTML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
1 out of 3 rated this helpful - Rate this topic

Most apps need to navigate between pages or display content from other pages. The topics in this section tell you how navigation works in Windows Store apps using JavaScript.

In this section

TopicDescription

Quickstart: Using single-page navigation

Learn about the single-page navigation model and how you can implement it in your own app by using Page controls and WinJS.Navigation features.

How to link to external web pages

Learn how to link to external web pages and display them in your app.

How to create a mashup

A mashup is a web application that uses data from two or more sources to create something new. This example shows you how to use XHR to retrieve and display a remote rss feed.

How to require an HTTPS connection

With the "ms-https-connections-only" meta element value you can prevent your Windows Store app using JavaScript from using HTTP connections for navigation or other non-media web content retrievals. When you set this meta element's content attribute to "true", HTTP navigation and non-media web content retrievals will fail.

Guidelines and checklist for links

Guidelines for adding links to your Windows Store apps.

 

 

 

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.