Documentation
SolutionDeveloperComplianceProjects
  • Getting Started
  • Technology
    • Application Framework
    • Object-Relational Mapping
    • Security Framework
    • Architecture Pattern
    • API Management
  • Environment
    • Development Tool
    • Database Server
    • Web Server
  • PRESENTATION
    • Design Material
    • HTML Helpers
    • Icon Images
    • Custom CSS
    • JQuery Plugin
      • DataTables
      • Tabs
      • Date Picker
      • Calendar
      • Chart
      • Treeview
    • Client Script
      • Open Modal
      • Close Modal
      • Handle return data
      • Load Content
      • Change Hash
      • Change Title
      • Get actual Hash
      • Get Content
      • Update Content
      • Delete Content
      • Get Partial Content
      • Get Partial Content Async
      • Update Partial Content
      • Update Partial Content Async
      • Delete Partial Content
      • Get Action
      • Update Action
      • Delete Action
      • Cascading Dropdown
      • Display Document
    • MVC View
  • BACKEND
    • Base Controller
    • Controller
    • Base Model
    • View Model
    • Class Utility
      • Constant Values
      • Global Properties
      • Option Helper
      • Setting Helper
    • Data Repository
      • Read Columns
      • Read All Columns
      • Read First Record
      • Read by Primary Key
      • Find Record
      • Insert Record
      • Update Record
      • Delete Entity
      • Delete by Criteria
      • Delete by Primary Key
      • Counting Record
      • Check Exist
      • Generate Row-Id
    • Unit Of Work
    • Data Entity
  • Application Features
    • Account Management
    • Navigation Editor
    • Access Control
  • Examples
    • Simple Page
    • Master Detail
    • Editor Template
Powered by GitBook
On this page
  1. Application Features

Navigation Editor

PreviousAccount ManagementNextAccess Control

Last updated 2 years ago

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)