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