1

I've been searching (googling) on how to update my asp.net mvc scaffolding's from BS-3 to BS-4 !! i try to update from nuget but it only updates bootstrap files scaffolding remains same for bootstrap 3.

I found an answer on stack-overflow but it was for asp.net core and following those steps doesn't Solve my problem!

any Help Would be appreciated! Latest Updated: VS-2017

Arslan Ameer
  • 1,010
  • 16
  • 30
  • Possible duplicate of [Can you make visual studio scaffold etc. with bootstrap 4 in .NET MVC templates?](https://stackoverflow.com/questions/48547452/can-you-make-visual-studio-scaffold-etc-with-bootstrap-4-in-net-mvc-templates) – Erik Philips Aug 18 '18 at 16:42
  • @Erik Philips: but the answer in that question was for asp.net core as i've seen same answer before. Is it going to work in my case too? – Arslan Ameer Aug 18 '18 at 17:22

1 Answers1

0

An update is not yet available from Microsoft, but at this link Update Visual Studio 2017 MVC View Scaffolding to Bootstrap 4 you can find how to update yourself the template for the Edit View used when scaffolding with Bootstrap 4

Max
  • 4,965
  • 17
  • 49
  • 64