INavigation.RemovePage(Page) 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.
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.