Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Frame.GoBack 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.

Overloads

Name Description
GoBack(NavigationTransitionInfo)

Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history, and specifies the animated transition to use.

GoBack()

Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history.

GoBack(NavigationTransitionInfo)

Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history, and specifies the animated transition to use.

public:
 virtual void GoBack(NavigationTransitionInfo ^ transitionInfoOverride) = GoBack;
void GoBack(NavigationTransitionInfo const& transitionInfoOverride);
public void GoBack(NavigationTransitionInfo transitionInfoOverride);
function goBack(transitionInfoOverride)
Public Sub GoBack (transitionInfoOverride As NavigationTransitionInfo)

Parameters

transitionInfoOverride
NavigationTransitionInfo

Info about the animated transition to use.

See also

Applies to

GoBack()

Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history.

public:
 virtual void GoBack() = GoBack;
void GoBack();
public void GoBack();
function goBack()
Public Sub GoBack ()

See also

Applies to


Feedback

Was this page helpful?