C# 클래스 Catel.Services.NavigationHelper

The navigation helper class.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
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.

메소드 상세

PopModalAsync() 공개 정적인 메소드

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

PushModalAsync() 공개 정적인 메소드

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