C# Class Catel.Services.NavigationHelper

The navigation helper class.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
PopModalAsync ( ) : System.Threading.Tasks.Task

Asynchronously dismisses the most recent modally presented T:Xamarin.Forms.Page.

PushModalAsync ( ContentPage contentPage ) : System.Threading.Tasks.Task

Presents a T:Xamarin.Forms.Page modally.

Method Details

PopModalAsync() public static méthode

Asynchronously dismisses the most recent modally presented T:Xamarin.Forms.Page.
public static PopModalAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

PushModalAsync() public static méthode

Presents a T:Xamarin.Forms.Page modally.
public static PushModalAsync ( ContentPage contentPage ) : System.Threading.Tasks.Task
contentPage ContentPage The page to present
Résultat System.Threading.Tasks.Task