コード例 #1
0
 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);
 }