NavigationProxy.PushAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PushAsync(Page) |
For internal use by the Xamarin.Forms platform. |
PushAsync(Page, Boolean) |
For internal use by the Xamarin.Forms platform. |
PushAsync(Page)
For internal use by the Xamarin.Forms platform.
public System.Threading.Tasks.Task PushAsync (Xamarin.Forms.Page root);
abstract member PushAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task
override this.PushAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task
Parameters
- root
- Page
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.
Implements
Applies to
PushAsync(Page, Boolean)
For internal use by the Xamarin.Forms platform.
public System.Threading.Tasks.Task PushAsync (Xamarin.Forms.Page root, bool animated);
abstract member PushAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task
override this.PushAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task
Parameters
- root
- Page
For internal use by the Xamarin.Forms platform.
- animated
- System.Boolean
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.