From 0a9a342f2baae307fff84041f2acf0f28a5071fe Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Mon, 2 Jan 2017 14:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E6=A0=87=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E7=BC=93=E5=AD=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Controllers/AdminController.cs | 1 + Bootstrap.Admin/Web.config | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Bootstrap.Admin/Controllers/AdminController.cs b/Bootstrap.Admin/Controllers/AdminController.cs index 540de91b..72ab215f 100644 --- a/Bootstrap.Admin/Controllers/AdminController.cs +++ b/Bootstrap.Admin/Controllers/AdminController.cs @@ -84,6 +84,7 @@ namespace Bootstrap.Admin.Controllers /// /// /// + [OutputCache(CacheProfile = "IconView")] public PartialViewResult IconView() { return PartialView("IconView"); diff --git a/Bootstrap.Admin/Web.config b/Bootstrap.Admin/Web.config index 2e9edf3a..b463df3c 100644 --- a/Bootstrap.Admin/Web.config +++ b/Bootstrap.Admin/Web.config @@ -66,6 +66,15 @@ + + + + + + + + +