Razor intellisense error: Feature 'extension method' cannot be used because it is not part of the ISO-2 C# language specification

后端 未结 6 529
粉色の甜心
粉色の甜心 2020-12-02 23:21

Goal:

  • Use cshtml Razor templates to format data
  • Embed cshtml Razor templates in Class Library as Embedded Resources
6条回答
  •  甜味超标
    2020-12-02 23:50

    Add a “system.codedom” section to your config file (app.config in a Console Application) eg:

    
    
    
    
    
    
    
    
    

提交回复
热议问题