How to use Bootstrap 4 in ASP.NET Core

前端 未结 10 958
故里飘歌
故里飘歌 2020-12-04 05:11

I want to update Bootstrap in ASP.NET Core with NuGet. I used this:

Install-Package bootstrap -Version 4.0.0

It did add the dependencies bu

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 05:50

    Why not just use a CDN? Unless you need to edit the code of BS, then you just need to reference the codes in CDN.

    See BS 4 CDN Here:

    https://www.w3schools.com/bootstrap4/bootstrap_get_started.asp

    At the bottom of the page.

提交回复
热议问题