Enum NavigationMode
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Navigation mode that determines how entries are pushed onto the history stack.
public enum NavigationMode
Fields
Move one step back on the history stack.
Move one step forward on the history stack.
Push a new entry on top of the current entry.
Replace the current entry (no history entry left behind).