Frame.Navigate methods

0 out of 6 rated this helpful - Rate this topic
Causes the Frame to load content represented by the specified Page-derived data type.

Overload list

MethodDescription
Navigate(TypeName) Causes the Frame to load content represented by the specified Page-derived data type.
Navigate(TypeName, Object) Causes the Frame to load content represented by the specified Page-derived data type, also passing a parameter to be interpreted by the target of the navigation.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

Frame

 

 

Build date: 3/12/2013

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