Ejemplo n.º 1
0
 public RouteValueDictionary WithoutCategory()
 {
     return(_queryUrl == null ? new RouteValueDictionary() : _queryUrl.WithoutQueryParam(new List <string> {
         "Category", "Page"
     }));
 }