Table of Contents

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

bool

Methods

Equals(NavigationOptions?)

public bool Equals(NavigationOptions? other)

Parameters

other NavigationOptions

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int
Progress Telerik

Premium sponsor: Progress Telerik.

Packt

Editorial support provided by Packt.

.NET Foundation

Supported by the .NET Foundation.