INavigation.PushModalAsync 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
PushModalAsync(Page)
- Source:
- INavigation.cs
- Source:
- INavigation.cs
- Source:
- INavigation.cs
public:
System::Threading::Tasks::Task ^ PushModalAsync(Microsoft::Maui::Controls::Page ^ page);
public System.Threading.Tasks.Task PushModalAsync(Microsoft.Maui.Controls.Page page);
abstract member PushModalAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
Public Function PushModalAsync (page As Page) As Task
Parameters
- page
- Page
Returns
Applies to
PushModalAsync(Page, Boolean)
- Source:
- INavigation.cs
- Source:
- INavigation.cs
- Source:
- INavigation.cs
public:
System::Threading::Tasks::Task ^ PushModalAsync(Microsoft::Maui::Controls::Page ^ page, bool animated);
public System.Threading.Tasks.Task PushModalAsync(Microsoft.Maui.Controls.Page page, bool animated);
abstract member PushModalAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
Public Function PushModalAsync (page As Page, animated As Boolean) As Task
Parameters
- page
- Page
- animated
- Boolean
Returns
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.