Ejemplo n.º 1
0
 public ActionResult Show(Widget widget)
 {
     if (widget.IsProxy())
     {
         widget = widget.Unproxy();
     }
     return(_widgetUIService.GetContent(this, widget, helper => helper.Action("Internal", "Widget", new { widget })));
 }
Ejemplo n.º 2
0
 public ActionResult Show(Widget widget)
 {
     return(_widgetUIService.GetContent(this, widget, helper => helper.Action("Internal", "Widget", new { widget })));
 }