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 |
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 |
public static Gravatar ( this html, string email ) : string | ||
html | this | |
string | ||
return | string |
public static Gravatar ( this html, string email, object gravatarAttributes ) : string | ||
html | this | |
string | ||
gravatarAttributes | object | |
return | string |
public static Gravatar ( this html, string email, object gravatarAttributes, object htmlAttributes ) : string | ||
html | this | |
string | ||
gravatarAttributes | object | |
htmlAttributes | object | |
return | string |