I have installed the Kentico.Content.Web.Mvc integration package and then enabled preview in my MVC application using builder.UsePreview().
But after checking if it's enabled using System.Web.HttpContext.Current.Kentico().Preview().Enabled
this line returns false. I placed this line in my controller. Am I missing something or ?