NavigationRenderer public class NavigationRenderer : VisualElementRenderer<NavigationPage> Documentation public NavigationRenderer() protected virtual Task<bool> OnPopToRootAsync(Page page, bool animated) protected virtual Task<bool> OnPopViewAsync(Page page, bool animated) protected virtual Task<bool> OnPushAsync(Page view, bool animated) public Task<bool> PopToRootAsync(Page page, bool animated = true) public Task<bool> PopViewAsync(Page page, bool animated = true) public Task<bool> PushViewAsync(Page page, bool animated = true)