메소드 | 설명 | |
---|---|---|
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.
|
public static PopModalAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public static PushModalAsync ( ContentPage contentPage ) : System.Threading.Tasks.Task | ||
contentPage | ContentPage | The page to present |
리턴 | System.Threading.Tasks.Task |