6
我正在關注Chris Pietschmann的solution for theming in ASP.NET MVC。ASP.NET MVC ViewEngine ViewLocationCache.GetViewLocation返回null
我注意到的一件事是,在後續請求中,ViewLocationCache沒有檢索視圖名稱。 我使用ASP.NET MVC 2.0 RC
當執行以下代碼:
this.ViewLocationCache.InsertViewLocation(controllerContext.HttpContext, cacheKey, virtualPath);
,我將鼠標懸停在this.ViewLocationCache它只是返回{} System.Web.Mvc.NullViewLocationCache - 提示什麼都沒有添加?