Skip to content

Instantly share code, notes, and snippets.

@axemastabloggists
Created August 14, 2018 21:27
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 axemastabloggists/71a7d2518fade2c0fd7b4a7c02880f1f to your computer and use it in GitHub Desktop.
Save axemastabloggists/71a7d2518fade2c0fd7b4a7c02880f1f to your computer and use it in GitHub Desktop.
Data Persistence Properties Blog - Gist 7
interface IAppSettings
{
/// <summary>
/// Gets or Sets the Server Redirect URL
/// </summary>
string RedirectUrl { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment