NavigationTransitionInfo.GetNavigationStateCore Method
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.
When implemented in a derived class, gets the navigation state string that is reported for navigation actions through Frame.Navigate and similar API.
protected:
virtual Platform::String ^ GetNavigationStateCore() = GetNavigationStateCore;
winrt::hstring GetNavigationStateCore();
protected virtual string GetNavigationStateCore();
function getNavigationStateCore()
Protected Overridable Function GetNavigationStateCore () As String
Returns
The string to use for navigation state info.