I have a CSHTML file on the server. can I change part of the html code in the page without having ro rebuild my solution? Or everytime you edit the CSHTML you have to rebuild.
Asked
Active
Viewed 5,159 times
7
-
https://stackoverflow.com/a/59304083/2509281 – R-D Jul 17 '21 at 17:51
2 Answers
8
You don't need to rebuild if you only change a Razor view. The changes will be automatically picked up.

Darin Dimitrov
- 1,023,142
- 271
- 3,287
- 2,928