INavigation.RemovePage(Page) Method

Definition

Removes the specified page from the navigation stack.

public void RemovePage (Xamarin.Forms.Page page);
abstract member RemovePage : Xamarin.Forms.Page -> unit

Parameters

page
Page

The page to remove.

Applies to