How to remove Bootstrap from a asp.net core MVC template

Kirk Findley 1 Reputation point
2021-10-09T17:21:32.627+00:00

Just starting using Asp.net core MVC I am wanting to know what the proper steps are of removing bootstrap from the app?

Thank you

Developer technologies ASP.NET ASP.NET Core
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-10-13T06:58:34.973+00:00

    As far as I know, if you want to modify the ASP.NET Core MVC, you should modify the layout, the layout is the main page which has the bootstrap reference.

    You could find it inside the shared folder and modify the reference inside it.

    Details, you could refer to below steps:

    1.Find the _Layout.cshtml and modify the codes:

    3gQXN.png

    2.Modify the bootstrap reference as your requirement:

    Dox27.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.