Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[NavBarCommand is no longer available for use as of Windows Library for JavaScript (WinJS) 4.2. Instead, use SplitViewCommand. ]
Get or sets the page to navigate to when this command is invoked.
Syntax
<div
data-win-control="WinJS.UI.NavBarCommand"
data-win-options="{ ___location : value}">
</div>
var ___location = navBarCommand.___location;
navBarCommand.___location = ___location;
Property value
Type: Object
An object to navigate to. Typically, the ___location is a string containing a URI. When the command is invoked, this object is passed to the WinJS.Navigation.navigate function. navigate is not called if ___location is null, undefined, or an empty string.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI |
See also
Your first app - Part 3: PageControl objects and navigation
Navigating between pages (HTML)
Navigation and navigation history sample
Designers
Bottom app bar
Top app bar