Visual Studio .net core tag helpers not working

后端 未结 9 2439
暗喜
暗喜 2021-02-19 00:49

Well, lets get down to it. I\'m using Visual Studio 2015 and ASP.NET core tag helpers have completely stopped working, no idea why as I\'ve not changed anything. I was in work o

9条回答
  •  旧巷少年郎
    2021-02-19 01:20

    If you already have that _ViewImports.cshtml file If you have views in other folder structure like "WebHost/Features/MyFolder/Views/SampleView.cshtml" and not in WebHost/Views

    Then move your _ViewImports.cshtml file in the project folder. Like WebHost/_ViewImports.cshtml

    Now it should work for all views.

提交回复
热议问题