How to change bootstrap.css file in c# asp.ney mvc CORE 2017. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to change bootstrap.css file in c# asp.ney mvc CORE 2017.

I know to do it in asp.net mvc but do not know to do this in Core.

30th Jun 2017, 3:34 PM
Muneeb Zubair Khan
Muneeb Zubair Khan - avatar
1 Answer
+ 2
Look into a file reader / writer in c#. you'll basically read the entire file into a string variable, make your modifications, then write the variable out to the same file.
12th Jul 2017, 7:19 AM
Andrew Lampert
Andrew Lampert - avatar