Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Last active January 1, 2022 01:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save scottsauber/406e59ebeeccc34a2105891688bd1c4e to your computer and use it in GitHub Desktop.
namespace RazorHtmlEmails.RazorClassLib.Views.Shared;
public record EmailButtonViewModel(string Text, string Url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment