Ejemplo n.º 1
0
 public static FluentUrl FluentUrl(this SearchType searchTypeType)
 {
     return((new FluentUrl()).Section(string.Format("Search{0}By", searchTypeType.RoutePrefix())));
 }