INavigate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the navigation action for navigation hosts and navigation initiators.
public interface class INavigate
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3708219440, 23879, 21308, 149, 207, 222, 37, 106, 15, 55, 58)]
struct INavigate
[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
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. |