How to compile cshtml before runtime

前端 未结 3 532
南笙
南笙 2020-12-01 03:30

I believe I read somewhere there is a setting in one of the project files that will allow you to compile the .cshtml files when building your Visual Studio proj

3条回答
  •  北海茫月
    2020-12-01 03:52

    Besides the true setting, you still need to ensure below setting is active in your csproj:

    
    
    
    

提交回复
热议问题