C# Class AshMind.Web.Mvc.GravatarExtension

Exibir arquivo Open project: ashmind/neostructure

Public Methods

Method Description
Gravatar ( this html, string email ) : string
Gravatar ( this html, string email, object gravatarAttributes ) : string
Gravatar ( this html, string email, object gravatarAttributes, object htmlAttributes ) : string

Private Methods

Method Description
EncryptMD5 ( string value ) : string
GetGravatar ( string email ) : string
GetGravatar ( string email, object gravatarAttributes ) : string
GetImageTag ( string source ) : string
GetImageTag ( string source, object htmlAttributes ) : string

Method Details

Gravatar() public static method

public static Gravatar ( this html, string email ) : string
html this
email string
return string

Gravatar() public static method

public static Gravatar ( this html, string email, object gravatarAttributes ) : string
html this
email string
gravatarAttributes object
return string

Gravatar() public static method

public static Gravatar ( this html, string email, object gravatarAttributes, object htmlAttributes ) : string
html this
email string
gravatarAttributes object
htmlAttributes object
return string