public static BootstrapActionLink ActionLink <TModel>(this BootstrapBase <TModel> bootstrap, string text, ActionMap siteMapAction) where TModel : class { return(bootstrap.ActionLink(text, siteMapAction.ActionName, siteMapAction.ControllerName).RouteValues(siteMapAction.RouteValues)); }
public static BootstrapActionLink ListGroupItem <TModel>(this BootstrapBase <TModel> bootstrap, string text, ActionResult result) where TModel : class { return(bootstrap.ActionLink(text, result).Class("list-group-item")); }