Exemplo n.º 1
0
        public IViewComponentResult Invoke(string placement)
        {
            var currentCulture = Thread.CurrentThread.CurrentUICulture.ToSiteCulture();
            var navigation     = _navigationRepository.GetNavigation(currentCulture);

            return(View(placement, navigation));
        }