Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
/ GravatarHtmlHelper Public archive

A gravatar HtmlHelper extension method for ASP.NET MVC 3/4

Notifications You must be signed in to change notification settings

jobela/GravatarHtmlHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRAVATARHTMLHELPER

A gravatar HtmlHelper extension method for ASP.NET MVC 3/4

Standard:

<%= Html.Gravatar("recipient@domain.com") %>

With gravatar attributes:

<%= Html.Gravatar("recipient@domain.com", new { s = "90", d = "mm" } )%>

With html attributes:

<%= Html.Gravatar("recipient@domain.com", null, new { style = "border:1px solid #000" } )%>

With gravatar and html attributes:

<%= Html.Gravatar("recipient@domain.com", new { s = "90", d = "mm" }, new { style = "border:1px solid #000" } )%>

About

A gravatar HtmlHelper extension method for ASP.NET MVC 3/4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages