NavigationTransitionInfo.GetNavigationStateCore Method

Definition

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

String

Platform::String

winrt::hstring

The string to use for navigation state info.

Applies to

See also