Does Angular routing template url support *.cshtml files in ASP.Net MVC 5 Project?

后端 未结 4 1560
感情败类
感情败类 2020-11-30 03:03

I am working on a MVC 5 project. When I use a html page at my views, it load that page but when I use .cshtml page it is not loading the view. The Blank page appears.

<
4条回答
  •  日久生厌
    2020-11-30 04:09

    cshtml is essentially inline csharp code with razor syntax and is render to html on server site so you can't use in angular routing as browser is not recongnise c#

提交回复
热议问题