Photo by ThisisEngineering RAEng on Unsplash
How to Integrate Bootstrap-Theme into Asp.Net[MVC]
Simple Steps
You could download Bootstrap-theme's from link given below for free:
Step 1:
Extract RAR or Zipped folder and inner content will look like picture below:
Step 2:
Open Project in VS and create a new folder
- Right-Click on pointed text.
- Then
- Name the created folder.
- then paste all folders of bootstrap theme into recently created folder
Step 3:
- Its time to implement coding. -take Html code of index.html and paste it into [/Views/Shared/_Layout.cshtml]
Step 3:
- Good to go