Exemple #1
0
        public ActionResult AjaxVacancyoverview()
        {
            //We don't use CreateMasterModel because we dont need the base model properties.
            //Only the vacancy overview part is reloaded.
            var model = GetContainer();

            //This page is loaded with jquery and sometimes it loads old (cached) data. This prevents that.
            Umbraco.DisableCache();

            return(CurrentTemplate(model));
        }