예제 #1
0
 public static MvcHtmlString ActionLinkIf(this HtmlHelper htmlHelper, bool b, string linkText, string actionName, object routeValues)
 {
     return(htmlHelper.ActionLinkIf(b, linkText, actionName, null, routeValues, null));
 }