+ 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.
1 ответ
+ 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.