public ActionResult AccordeonTeaser()
 {
   var model = new AccordeonModel(RenderingContext.Current.Rendering.Item);
   return this.View("AccordeonTeaser", model);
 }
示例#2
0
 public ActionResult AccordeonTeaser()
 {
   var model = new AccordeonModel();
   return this.View("AccordeonTeaser", model);
 }