WinJS.UI.Pages.get function

This topic has not yet been rated - Rate this topic

Gets an already-defined page control for the specified URI, or creates a new one.

Syntax


var function = WinJS.UI.Pages.get(uri);

Parameters

uri

Type: String

The URI for the content that defines the page.

Return value

Type: Function

A constructor function that creates the page.

Requirements

Namespace

WinJS.UI.Pages

Library

Base.js

See also

Navigation design for Windows Store apps
Quickstart: Adding Page controls
Adding a Page control item template
Quickstart: Using single-page navigation

 

 

Build date: 12/5/2012

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