BExIS.Web.Shell.Areas.Site.Controllers.NavController.Menu C# (CSharp) Method

Menu() private method

private Menu ( int oreintation ) : System.Web.Mvc.ActionResult
oreintation int
return System.Web.Mvc.ActionResult
        public ActionResult Menu(int oreintation)
        {
            return PartialView("_Menu"); // it should be possible to get the view from the current theme's Partials folder. PartialViewThemed, Core.UI
        }
NavController