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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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
NavigateToAdminCustomContent Navigates the user to editable Help page
NavigateToAdminPage Navigates the user to the Admin page.
NavigateToAlertRulePage Navigates the user to the alert rule page.
NavigateToAlertTypePage Navigates the user to the Alert type
NavigateToCompanyActionFlowsPage Navigates the user to the Company action flows page
NavigateToCompanyFileOverviewPage Navigates the user to the Admin 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
NavigateToCustomPageTrashPage Navigates the user to the custom page's trash 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
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.
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