hi,
i downloaded a bootstrab template and i have to use it in my mvc 5 code first project
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Milan PrajapatiPosted Nov 17, 2016, 1:27 AM
OR
Delpin Susai RajPosted Oct 25, 2016, 12:49 PM
Madhanmohan DevarajanPosted Oct 25, 2016, 12:30 PM
bootstrap.cssandbootstrap.min.cssin the "Content"folder (be sure to Include in Project as well) and also include the bootstrap.js files to "Scripts" folder of the Project.Open
App_Start/BundleConfig.csand change the following:to include your new theme:
If you're using the default
_Layout.cshtmlincluded in the MVC 5 template, you can skip to step 4. If not, as a bare minimum, include these two line in your layout along with your templateIn your
:Last line before closing
:Try running your project now. You should see your newly created application now using your theme.
Manas MohapatraPosted Oct 25, 2016, 11:45 AM