C# Class System.Web.Mvc.GravatarHelper

Show file Open project: lgn/CurrentProject

Public Methods

Method Description
Gravatar ( this helper, string email, int size ) : string

Private Methods

Method Description
EncryptMD5 ( string Value ) : string
GetGravatarURL ( string email, int size ) : string
GetGravatarURL ( string email, int size, string defaultImagePath ) : string

Method Details

Gravatar() public static method

public static Gravatar ( this helper, string email, int size ) : string
helper this
email string
size int
return string