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