コード例 #1
0
		void IViewLocationCache.InsertViewLocation(System.Web.HttpContextBase httpContext, string key, string virtualPath)
		{
			inner.InsertViewLocation(httpContext, httpContext.GetTheme() + key, virtualPath);
		}
コード例 #2
0
		string IViewLocationCache.GetViewLocation(System.Web.HttpContextBase httpContext, string key)
		{
			return inner.GetViewLocation(httpContext, httpContext.GetTheme() + key);
		}