Exemple #1
0
 public string GetGravatar(string emailAddress)
 {
     return(Gravatar.GetGravatarImageUrl(emailAddress));
 }