C# Class Gravatarlib.Gravatar

显示文件 Open project: mono/rank Class Usage Examples

Private Properties

Property Type Description
MD5 string

Public Methods

Method Description
Gravatar ( string email, IconSets iconset, Ratings rating, int size ) : System
GravatarURL ( ) : string

Return the URL hash of the user's Gravatar image.

Private Methods

Method Description
MD5 ( ) : string

Hash the email address with MD5 encryption.

Method Details

Gravatar() public method

public Gravatar ( string email, IconSets iconset, Ratings rating, int size ) : System
email string
iconset IconSets
rating Ratings
size int
return System

GravatarURL() public method

Return the URL hash of the user's Gravatar image.
public GravatarURL ( ) : string
return string