Example #1
0
 public static MvcHtmlString ActionFor <TController>(this HtmlHelper html, Expression <Func <TController, Task <ActionResult> > > expr)
     where TController : IController
 {
     return(html.ActionFor <TController, ActionResult>(expr));
 }