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 Microsoft.Maui.Controls platform.  | 
        	
| PushAsync(Page, Boolean) | 
						 For internal use by the Microsoft.Maui.Controls platform.  | 
        	
PushAsync(Page)
- Source:
 - NavigationProxy.cs
 
- Source:
 - NavigationProxy.cs
 
- Source:
 - NavigationProxy.cs
 
For internal use by the Microsoft.Maui.Controls platform.
public:
 virtual System::Threading::Tasks::Task ^ PushAsync(Microsoft::Maui::Controls::Page ^ root);
	public System.Threading.Tasks.Task PushAsync(Microsoft.Maui.Controls.Page root);
	abstract member PushAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
override this.PushAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
	Public Function PushAsync (root As Page) As Task
	Parameters
- root
 - Page
 
For internal use by the Microsoft.Maui.Controls platform.
Returns
For internal use by the Microsoft.Maui.Controls platform.
Implements
Applies to
PushAsync(Page, Boolean)
- Source:
 - NavigationProxy.cs
 
- Source:
 - NavigationProxy.cs
 
- Source:
 - NavigationProxy.cs
 
For internal use by the Microsoft.Maui.Controls platform.
public:
 virtual System::Threading::Tasks::Task ^ PushAsync(Microsoft::Maui::Controls::Page ^ root, bool animated);
	public System.Threading.Tasks.Task PushAsync(Microsoft.Maui.Controls.Page root, bool animated);
	abstract member PushAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
override this.PushAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
	Public Function PushAsync (root As Page, animated As Boolean) As Task
	Parameters
- root
 - Page
 
For internal use by the Microsoft.Maui.Controls platform.
- animated
 - Boolean
 
For internal use by the Microsoft.Maui.Controls platform.
Returns
For internal use by the Microsoft.Maui.Controls platform.