Folder Structure

Use below velzon structure for modify and better understand the Velzon.

1. Velzon Asp.net Core Folders
Folder Path Uses

Controller

Velzon/Controller/ All controller files here.

Models

Velzon/Models All Core models. you can add your custom also

Routes

Program.cs/ You can set route in routes in file

Views

Views/ All Pages files here.

gulpfile.js

/ Gulp or build related code. if you don't have knowledge about this then don't modify it.
2. Velzon Core Layout Files
File Path Uses

_BlankLayout.cshtml

Views/Shared/ Auth pages layout.

_customizer.cshtml

Views/Shared/ customizer related code.

_footer.cshtml

Views/Shared/ footer related code. you can modify as per your requirements.

_head_css.cshtml

Views/Shared/ All css link here.

_horiLayout.cshtml

Views/Shared/ Horizontal layout master.

_Layout.cshtml

Views/Shared/ layout master.

_page_title.cshtml

Views/Shared/ Page Title related code.

_sidebar.cshtml

Views/Shared/ Sidebar menus related code, you can add new menu here.

_title_meta.cshtml

Views/Shared/ Title meta related code.

_topbar.cshtml

Views/Shared/ Topbar menus related code, you can easily customize topbar from here.

_VendorScripts.cshtml

Views/Shared/ Common javascript files includes here.
3. Velzon Core Auth Files
File Path Uses

SigninBasic.cshtml

Views/Authentication/ Login view page code, if you need to customize login you can do from this.

SigninCover.cshtml

Views/Authentication/ Login view page code, if you need to customize login you can do from this.

signupBasic.cshtml

Views/Authentication/ Registration page view code.

signupCover.cshtml

Views/Authentication/ Registration page view code.

TwostepVerficationBasic.cshtml

Views/Authentication/ Password confirmation page.

TwostepVerficationCover.cshtml

Views/Authentication/ Password confirmation page.

PassChangeBasic.cshtml

Views/Authentication/ Forget password page.

PassChangeCover.cshtml

Views/Authentication/ Forget password page.

PasswordResetBasic.cshtml

Views/Authentication/ Reset password using email.

PasswordResetCover.cshtml

Views/Authentication/ Reset password using email.

SuccessMessageBasic.cshtml

Views/Authentication/ Success Message using email Success Login.

SuccessMessageCover.cshtml

Views/Authentication/ Success Message using email Success Login.

LockScreenBasic.cshtml

Views/Authentication/ Lock Screen using Screen Lock.

LockScreenCover.cshtml

Views/Authentication/ Lock Screen using Screen Lock.

LockoutBasic.cshtml

Views/Authentication/ Lockout page view code.

LockoutCover.cshtml

Views/Authentication/ Lockout page view code.
© Velzon.
Design & Develop by Themesbrand