Navigation Editor
Last updated
Last updated
When a new page is created, it needs to be added in the Navigation Editor, so that it can be accessed.
To add a new page in the Navigation, conduct the following steps:
In the navigation bar of the application, click "Settings" >"Navigation Editor"
If there is no Folder for the corresponding Controller yet, you can add one by clicking "Add Group". Else, skip this step.
Click "Add Menu"
In "Menu Name", write the name that should be displayed in the Navigation for the link to this page
Select the corresponding Controller in "Group/Directory"
In "Action Route", write the URI of the page which is made up of the Controller name and the name of the corresponding [HttpGet] Action in small letters and separated by "/" like this: controller/actionname
Check "Set Enabled"
Click the "Save" Button in the Footer of the Modal
Click the "Save" Button in the Toolbar of the Navigation Editor page
Refresh the page using the Refresh button of the Browser (not of the webpage)