NavigationExtensions Class

Extensions for the NavigationManager class, to make it easier to navigate to specific pages.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static class NavigationExtensions
Inheritance
Object    NavigationExtensions

Methods

GenerateUrlToHelpPage Generates a URL to the help page
NavigateToAccountPage Navigates the user to the Accounts viewer page
NavigateToAccountsOverviewPage Navigates the user to the Accounts viewer page
NavigateToAdminCompanyOverviewPage Navigates the user to the Admin page.
NavigateToAdminCompanyPage Navigates the user to the Admin page of a company
NavigateToAdminHelp Navigates the user to editable Help page
NavigateToAdminPage Navigates the user to the Admin page.
NavigateToCompanyActionFlowsPage Navigates the user to the Company action flows page
NavigateToCompanyFileOverviewPage Navigates the user to the Admin page.
NavigateToCompanyImportDevicesPage Navigates the user to the Company settings page
NavigateToCompanyIpAddressWhiteBlackListPage Navigates the user to the Company IP Address White/Blacklist page
NavigateToCompanyLogs Navigates the user to an environment page.
NavigateToCompanyPage Navigates the user to the Admin page of a company
NavigateToCompanySettingsPage Navigates the user to the Company settings page
NavigateToCompanyTemplatesPage Navigates the user to the Company templates page
NavigateToCustomContent Navigates the user to regular Help page
NavigateToDashboardEditorPage Navigates the user to the Dashboard editor page
NavigateToDevicePage Navigates the user to a Device page, or the form to create a new one if device is .
NavigateToDevicesOverviewPage Navigates the user to the Device overview page
NavigateToEndpointPage Navigates the user to the EndpointDto
NavigateToEnvironmentEditPage Navigates the user to an environment's edit page
NavigateToEnvironmentNewPage Navigates the user to the Environment page to create a new environment
NavigateToEnvironmentPage(NavigationManager, UserSessionData, EnvironmentDto) Navigates the user to an environment page.
NavigateToEnvironmentPage(NavigationManager, UserSessionData, EnvironmentDto, EditorActiveTab) Navigates the user to an environment page.
NavigateToEnvironmentsOverviewPage Navigates the user to the Environments overview page
NavigateToGeofencesOverviewPage Navigates the user to the Geofences overview page
NavigateToGlobalMapMarkerOverviewPage Navigates the user to the global map marker overview page.
NavigateToHelpTrashPage Navigates the user to the custom page's trash page
NavigateToHomePage Navigates the user to their home page (environment page they're a part of). MobileTrack Support users will be navigated to the main environment page of the company.
NavigateToMapMarkerOverviewPage Navigates the user to the company's map marker overview page.
NavigateToMapMarkerPage Navigates the user to a map marker page.
NavigateToServerErrorPage Navigates the user to the error pages when an internal server error occurs.
NavigateToSettingsPage Navigates the user to the user's settings page.
NavigateToTrashPage Navigates the user to the company's trash page.

See Also