我正在关注Chris Pietschmann的
solution for theming in ASP.NET MVC.
我注意到的一件事是在后续请求中没有从ViewLocationCache中检索视图名称.我正在使用ASP.NET MVC 2.0 RC
执行以下代码时:
this.ViewLocationCache.InsertViewLocation(controllerContext.HttpContext,cacheKey,virtualPath);
我将鼠标悬停在this.ViewLocationCache上它只返回{System.Web.Mvc.NullViewLocationCache} – 建议什么都没有添加?