Share via


NavigationProxy.RemovePage(Page) Method

Definition

Internal API for Microsoft.Maui.Controls platform use.

public:
 virtual void RemovePage(Microsoft::Maui::Controls::Page ^ page);
public void RemovePage(Microsoft.Maui.Controls.Page page);
abstract member RemovePage : Microsoft.Maui.Controls.Page -> unit
override this.RemovePage : Microsoft.Maui.Controls.Page -> unit
Public Sub RemovePage (page As Page)

Parameters

page
Page

Internal parameter for platform use.

Implements

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Applies to