dotnet / dotnet/wpf

[API Proposal] NavigationService.RemoveForwardEntry

Open
#7,215 0 comments 0 reactions 0 assignees View on GitHub
:construction: work in progress API suggestion
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

Currently when navigating backwards, content is added to forward stack. While we can remove entries from back stack, we cannot do the same for forward stack.

```C#
public class NavigationService
{
// Removes the next journal entry from forward history, if there is one
public JournalEntry RemoveForwardEntry()
}
public class Frame
{
// Removes the next journal entry from forward history, if there is one
public JournalEntry RemoveForwardEntry()
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.