Make ASP.NET MVC 3 Razor View Engine ignore .vbhtml files

后端 未结 7 896
情深已故
情深已故 2020-12-24 09:02

How can I remove the VB Razor Engine or configure the RazorViewEngine to not use and look for .vbhtml files on disk? For new ASP.NET MVC 3 Razor projects, I always remove th

7条回答
  •  無奈伤痛
    2020-12-24 09:29

    There is no point in doing this.

    However, if you really want to, you can clear ViewEngines, then register your own RazorViewEngine with FileExtensions set to ".cshtml".

提交回复
热议问题