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

            return PartialView("HorisontalTabElement", tabRow);
        }