Services
Services available in portal components.
JavaScript
The JavaScript runtime can be accessed with the JavaScript service. It allows for executing JavaScript on the client and optionally returning a response.
Messages
The message service is used to display messages to the end user. It is based on the IMessageService
. You can find more information here.
Notifications
The notification service is used to display messages the include more information that the message service. You can customize the title, message and icon. You can find more information here.
Navigation
The navigation service can be used to move between portal pages, admin pages and external pages. The navigation service is an instance of NavigationManager.
Last updated