Exemplo n.º 1
0
 public ActionResult vTabElement(TabRowModel tabRow)
 {
     return PartialView("VerticalTabElement", tabRow);
 }
Exemplo n.º 2
0
        public ActionResult hTabElement(TabRowModel tabRow)
        {

            return PartialView("HorisontalTabElement", tabRow);
        }