INavigate Interface

Definition

Defines the navigation action for navigation hosts and navigation initiators.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3708219440, 23879, 21308, 149, 207, 222, 37, 106, 15, 55, 58)]
public interface INavigate
Derived
Attributes

Remarks

This interface is mainly infrastructure. It's not expected that typical UWP app will implement this interface. Most apps would use Page and Frame for their navigation structure instead. The Visual Studio templates create this navigation structure for you both for apps/projects and for items/pages.

Methods

Navigate(TypeName)

Causes the navigation host to load content that is specified by a type reference.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also