/// <summary> /// Determines whether the navigation service can navigate to the next page or not. /// </summary> /// <returns> /// <c>true</c> if the navigation service can go forward; otherwise, <c>false</c>. /// </returns> public bool CanGoForward() { return(_frame.CanGoForward()); }
public bool CanGoForward() => _frame.CanGoForward();