Skip to content

Instantly share code, notes, and snippets.

@mehmetcantas
Created March 24, 2020 19:57
Show Gist options
  • Save mehmetcantas/3369464742fedc07bbf6caf55e9e2e27 to your computer and use it in GitHub Desktop.
Save mehmetcantas/3369464742fedc07bbf6caf55e9e2e27 to your computer and use it in GitHub Desktop.
public class UrlRewriteRecord
{
prop int Id { get; set; }
public string OldUrl { get; set; }
public string NewUrl { get; set; }
public string StatusCode { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment