Class NavigationAttempt
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Information about a navigation attempt passed to a Blocker. Provides the basis (current path, target path, mode) for the block decision.
public sealed class NavigationAttempt
- Inheritance
-
objectNavigationAttempt
Properties
- CurrentPath
Current path before the transition. Empty string on the first navigation.
- NavigationMode
Kind of navigation (Push / Replace / Back / Forward).
- NextPath
Target path of the navigation.