Пример #1
0
 public Uri GetTitleUrlWithPaging()
 {
     return(new Uri(string.Format("https://www.indeed.com/jobs?q={0}&start={1}", ShareHelper.FillSpace(this.Title, "+"), this.PageCount.ToString())));
 }
Пример #2
0
 public Uri GetCategoryUrl(string category)
 {
     return(new Uri(string.Format("http://www.indeed.com/q-{0}-jobs.html", ShareHelper.FillSpace(category, "-"))));
 }