Example #1
0
 protected override void OnActionExecuting(ActionExecutingContext filterContext)
 {
     base.OnActionExecuting(filterContext);
     AgilityComponents.EnsureBaseCSSLoaded();
     BlogUtils.EnsureBlogCSSLoaded();
     BlogUtils.EnsureBlogJSLoaded();
 }