Exemplo n.º 1
0
 public static MvcHtmlString Render(this HtmlHelper htmlHelper, IRenderableViewModel viewModel)
 {
     return htmlHelper.Action(viewModel.RenderData.Action, viewModel.RenderData.Controller, new { model = viewModel, view = viewModel.RenderData.View });
 }
Exemplo n.º 2
0
 public static MvcHtmlString Render(this HtmlHelper htmlHelper, IRenderableViewModel viewModel)
 {
     return(htmlHelper.Action(viewModel.RenderData.Action, viewModel.RenderData.Controller, new { model = viewModel, view = viewModel.RenderData.View }));
 }