Exemplo n.º 1
0
 void IViewLocationCache.InsertViewLocation(System.Web.HttpContextBase httpContext, string key, string virtualPath)
 {
     inner.InsertViewLocation(httpContext, httpContext.GetTheme() + key, virtualPath);
 }
Exemplo n.º 2
0
 string IViewLocationCache.GetViewLocation(System.Web.HttpContextBase httpContext, string key)
 {
     return(inner.GetViewLocation(httpContext, httpContext.GetTheme() + key));
 }