NGravatar contains HtmlHelper and UrlHelper extension methods for retrieving avatars from gravatar.com.
Gravatars can be rendered with an HtmlHelper extension method...
<%= Html.Gravatar("ngravatar@kendoll.net", 220, null, NGravatar.Rating.PG, new { style = "margin:0px auto;" }) %>
...Or you can get the image location from the UrlHelper extension method...
" alt="NGravatar Gravatar" />
Just include the NGravatar.Html namespace in your Web.config.
The source contains example and test projects to help get you started.
Install wi