Frame::NavigationService Property
Gets the NavigationService that is used by this Frame to provide navigation services.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: virtual property NavigationService^ NavigationService { NavigationService^ get () sealed; }
Property Value
Type: System.Windows.Navigation::NavigationServiceA Frame object that represents the NavigationService used by this Frame, if one is available. Otherwise, nullptr is returned.
Frame uses NavigationService to support navigation for hosted content. NavigationService is useful for code that hosts a Frame to get a reference to the NavigationService. Content that is hosted by a Frame, such as Page, should use GetNavigationService or NavigationService to get a reference to the NavigationService.
Note |
|---|
NavigationService does not return a reference to the same NavigationService as calling GetNavigationService and passing Frame does. The former returns the NavigationService that is owned by the Frame while the latter returns the NavigationService for the navigation host that navigated to the content in which the Frame is hosted. The following code demonstrates the differences. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note