Navigation Editor

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:

  1. In the navigation bar of the application, click "Settings" >"Navigation Editor"

  2. If there is no Folder for the corresponding Controller yet, you can add one by clicking "Add Group". Else, skip this step.

  3. Click "Add Menu"

  4. In "Menu Name", write the name that should be displayed in the Navigation for the link to this page

  5. Select the corresponding Controller in "Group/Directory"

  6. 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

  7. Check "Set Enabled"

  8. Click the "Save" Button in the Footer of the Modal

  9. Click the "Save" Button in the Toolbar of the Navigation Editor page

  10. Refresh the page using the Refresh button of the Browser (not of the webpage)

Last updated