摘要:
很多时候在mvc项目中我们需要去扩展自己的视图引擎,大概看起来应该下面这个样子的: public class RazorEngineExpand : RazorViewEngine { private void SetAdmin() { AreaPartialViewLocationFormats = new[] { "~/Admin/Views/{2}/{1}/Shared/{0}.cshtml", "~/Admin/Views/{2}/Views/{... 阅读全文