Returns a Gravatar image url for an email address
public static string GetGravatarLink(string Email, int Size, string Rating, string DefaultImageUrl)
Parameters
Email
Email address to display Gravatar for
Size
Size in pixels (square image) (80)
Rating
Parental Guidance rating of image (PG)
DefaultImageUrl
Url to image if no match is found.
If not passed gravatar provides default image
See also:
Class Gravatar© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic