=> Create
Empty Project in Visual Studio
=>
Startup Class Updates -
Add a sample
index page create and move to wwwrootfolder to test the application
=>add
npmconfigurationfile package.json
Open the
Package.json to add properties in the dependency (development environment) node
After save
it’s create a folder in the project root directory
=>create
Controller in the root folder Controllers/AppController/Action
·
ContactPage,Homepage
For working
the Controller Configure the Routing in Startupclass
Create Layout
=>add view start it’s a default render layout for all the
nodes
=>View imports to add all the dependencies with viewModels,Controllers..etc
_Layout Confguration
Contact .cshtml(Post method)
Service Configuration in MVC
Comments
Post a Comment