Is there any hot reload for blazor server-side?

前端 未结 6 2097
萌比男神i
萌比男神i 2020-12-25 12:08

I have just one, quick question. Is there way to hot reload a blazor app? At least, .razor files? Now I\'m hosting my app on local IIS (not IIS express).

I was looki

6条回答
  •  甜味超标
    2020-12-25 12:26

    Just launch the project using CTRL + F5 (without attaching a debugger), make changes and reloads the page.

提交回复
热议问题