MVC Routing
Question
Apr 22, 2014
We started to implement project using Kentico 8 and ASP.NET MVC 4. To mange Urls we registered routes in Route.config file. We tried to call DocumentContext.CurrentDocument inside our controllers but it returns fake data: always the page with default alias path ('/'). If urls...