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:

image.png

Step 2:

Open Project in VS and create a new folder

  • Right-Click on pointed text.

image.png

  • Then

image.png

  • Name the created folder.

image.png

  • then paste all folders of bootstrap theme into recently created folder

image.png

Step 3:

  • Its time to implement coding. -take Html code of index.html and paste it into [/Views/Shared/_Layout.cshtml]

image.png

Step 3:

  • Good to go

image.png