state property

0 out of 7 rated this helpful - Rate this topic

Gets or sets a user-defined object that represents the state associated with the current location.

Syntax


var myState = WinJS.Navigation.state;

Property value

Type: Object

The state associated with the current location. This object may contain any values associated with the current location, for example the title of the page.

Remarks

For more information about using navigation, see the Navigation sample.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.Navigation

Library

Base.js

 

 

Build date: 12/5/2012

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