Using Html instead of csHtml

前端 未结 5 2151
我寻月下人不归
我寻月下人不归 2020-12-16 12:46

I want to use pure html page instead of cshtml with MVC .net. But when I add view by right clicking Index i can see only two options.

 public class HomeContr         


        
5条回答
  •  余生分开走
    2020-12-16 13:39

    If it's a static html file you don't need to point your controller to it, because IIS can serve them just fine. Add an html file to your project (anywhere but NOT in the viewsfolder), and point your browser to that file.

提交回复
热议问题