RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.Navigation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the NavigationManager used to compute absolute urls.
protected:
property Microsoft::AspNetCore::Components::NavigationManager ^ Navigation { Microsoft::AspNetCore::Components::NavigationManager ^ get(); };
protected Microsoft.AspNetCore.Components.NavigationManager Navigation { get; }
member this.Navigation : Microsoft.AspNetCore.Components.NavigationManager
Protected ReadOnly Property Navigation As NavigationManager