Table of Contents

Enum NavigationMode

Namespace
Velvet
Assembly
Velvet.Docs.dll

Navigation mode that determines how entries are pushed onto the history stack.

public enum NavigationMode

Fields

Back = 2

Move one step back on the history stack.

Forward = 3

Move one step forward on the history stack.

Push = 0

Push a new entry on top of the current entry.

Replace = 1

Replace the current entry (no history entry left behind).