Create New Page
In this guide we will see how we can create a new page and render it through a path.
Step 1: Using MVC structure first create an cshtml page in view folder you want to render.
Step 2: Create Model Page.
Step 3: Create Controller Page.
When we have a theme this big, number of routes increase reapidly, so to make it more easier to define routes, we have created an array of object, which contains name of the page and all required variables and loop through that array to define routes.
Thats all you have to do, now you can access the page through the new path that you have created