Skip to content

Instantly share code, notes, and snippets.

@pbres
Created January 21, 2018 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbres/31b7be736e98be9d3878a5c50360c80f to your computer and use it in GitHub Desktop.
Save pbres/31b7be736e98be9d3878a5c50360c80f to your computer and use it in GitHub Desktop.
public class SitemapItem
{
public string Url { get; set; }
public string LastUpdateDate { get; set; }
public string Name { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment