C# Class Catel.Services.NavigationHelper

The navigation helper class.
Show file Open project: Catel/Catel

Public Methods

Method 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 method

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

PushModalAsync() public static method

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