NavigationManagerExtensions Class

Definition

Provides extension methods for the NavigationManager type.

public static class NavigationManagerExtensions
type NavigationManagerExtensions = class
Public Module NavigationManagerExtensions
Inheritance
NavigationManagerExtensions

Methods

GetUriWithQueryParameter(NavigationManager, String, Boolean)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, DateOnly)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, DateTime)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, Decimal)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, Double)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, Guid)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, Int32)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, Int64)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, Nullable<Boolean>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<DateOnly>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<DateTime>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<Decimal>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<Double>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<Guid>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<Int32>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<Int64>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<Single>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Nullable<TimeOnly>)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, Single)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameter(NavigationManager, String, String)

Returns a URI that is constructed by updating Uri with a single parameter added, updated, or removed.

GetUriWithQueryParameter(NavigationManager, String, TimeOnly)

Returns a URI that is constructed by updating Uri with a single parameter added or updated.

GetUriWithQueryParameters(NavigationManager, IReadOnlyDictionary<String,Object>)

Returns a URI constructed from Uri with multiple parameters added, updated, or removed.

GetUriWithQueryParameters(NavigationManager, String, IReadOnlyDictionary<String,Object>)

Returns a URI constructed from uri except with multiple parameters added, updated, or removed.

Applies to