Enum NavigationState
- Namespace
- Bunit.TestDoubles
- Assembly
- Bunit.Web.dll
Describes the possible enumerations when a navigation gets intercepted.
public enum NavigationState
- Extension Methods
Fields
The OnBeforeInternalNavigation event handler threw an exception and the navigation did not complete.
The navigation was prevented.
The navigation was successfully executed.