Class NavigationOptions
- Namespace
- Bunit.TestDoubles
- Assembly
- Bunit.Web.dll
Additional options for navigating to another URI.
public sealed class NavigationOptions : IEquatable<NavigationOptions>
- Inheritance
-
NavigationOptions
- Implements
- Inherited Members
- Extension Methods
Constructors
NavigationOptions(bool)
Initializes a new instance of the NavigationOptions class.
public NavigationOptions(bool forceLoad)
Parameters
forceLoad
bool
Properties
ForceLoad
If true, bypasses client-side routing and forces the browser to load the new page from the server, whether or not the URI would normally be handled by the client-side router.
public bool ForceLoad { get; }
Property Value
Methods
Equals(NavigationOptions?)
public bool Equals(NavigationOptions? other)
Parameters
other
NavigationOptions
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()