Folder Structure
Use below velzon structure for modify and better understand the Velzon.
1. Velzon Asp.net Mvc Folders
| Folder | Path | Uses |
|---|---|---|
|
|
Velzon/Controller/ |
All controller files here. |
|
|
Velzon/Models |
All Core models. you can add your custom also |
|
|
App_Start/RouteConfig.cs/ |
You can set route in routes in file |
|
|
Views/ |
All Pages files here. |
|
|
/ |
Gulp or build related code. if you don't have knowledge about this then don't modify it. |
2. Velzon mvc Layout Files
| File | Path | Uses |
|---|---|---|
|
|
Views/Shared/ |
Auth pages layout. |
|
|
Views/Shared/ |
customizer related code. |
|
|
Views/Shared/ |
footer related code. you can modify as per your requirements. |
|
|
Views/Shared/ |
All css link here. |
|
|
Views/Shared/ |
Horizontal layout master. |
|
|
Views/Shared/ |
layout master. |
|
|
Views/Shared/ |
Page Title related code. |
|
|
Views/Shared/ |
Sidebar menus related code, you can add new menu here. |
|
|
Views/Shared/ |
Title meta related code. |
|
|
Views/Shared/ |
Topbar menus related code, you can easily customize topbar from here. |
|
|
Views/Shared/ |
Common javascript files includes here. |
3. Velzon mvc Auth Files
| File | Path | Uses |
|---|---|---|
|
|
Views/Authentication/ |
Login view page code, if you need to customize login you can do from this. |
|
|
Views/Authentication/ |
Login view page code, if you need to customize login you can do from this. |
|
|
Views/Authentication/ |
Registration page view code. |
|
|
Views/Authentication/ |
Registration page view code. |
|
|
Views/Authentication/ |
Password confirmation page. |
|
|
Views/Authentication/ |
Password confirmation page. |
|
|
Views/Authentication/ |
Forget password page. |
|
|
Views/Authentication/ |
Forget password page. |
|
|
Views/Authentication/ |
Reset password using email. |
|
|
Views/Authentication/ |
Reset password using email. |
|
|
Views/Authentication/ |
Success Message using email Success Login. |
|
|
Views/Authentication/ |
Success Message using email Success Login. |
|
|
Views/Authentication/ |
Lock Screen using Screen Lock. |
|
|
Views/Authentication/ |
Lock Screen using Screen Lock. |
|
|
Views/Authentication/ |
Lockout page view code. |
|
|
Views/Authentication/ |
Lockout page view code. |
Controller
gulpfile.js