Example #1
0
 public static string Url(this UrlHelper helper, IProject project)
 {
     return Url(helper, project.Key());
 }