예제 #1
0
 public ActionResult vTabElement(TabRowModel tabRow)
 {
     return PartialView("VerticalTabElement", tabRow);
 }
예제 #2
0
        public ActionResult hTabElement(TabRowModel tabRow)
        {

            return PartialView("HorisontalTabElement", tabRow);
        }