Skip to content

Instantly share code, notes, and snippets.

@wurmr
Created June 14, 2013 18:55
Show Gist options
  • Save wurmr/5784313 to your computer and use it in GitHub Desktop.
Save wurmr/5784313 to your computer and use it in GitHub Desktop.
Example MVC4 Gravatar.com icon support
<img src="@String.Format("//www.gravatar.com/avatar/{0}?s=35", FormsAuthentication.HashPasswordForStoringInConfigFile(Membership.GetUser().Email.ToLower(), "MD5").ToLower())" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment