Frame.GoBack Método

Definición

Navega al elemento más reciente del historial de navegación hacia atrás, si Frame administra su propio historial de navegación.

public:
 virtual void GoBack();
public:
 void GoBack();
public void GoBack ();
abstract member GoBack : unit -> unit
override this.GoBack : unit -> unit
member this.GoBack : unit -> unit
Public Sub GoBack ()

Excepciones

Se llama a GoBack() cuando no hay ninguna entrada en el historial de navegación hacia atrás.

Comentarios

Si un navegador primario administra el historial de navegación de un marco (NavigationWindow, Frame), se debe llamar al GoBack método en ese navegador o objeto asociado NavigationService :

Se aplica a

Consulte también