Download Gravatar image.

Namespace: MonoSoftware.MonoX.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string DownloadGravatarImage(
	string url,
	string hashValue
)
Visual Basic
Function DownloadGravatarImage ( 
	url As String,
	hashValue As String
) As String
Visual C++
String^ DownloadGravatarImage(
	String^ url, 
	String^ hashValue
)
F#
abstract DownloadGravatarImage : 
        url : string * 
        hashValue : string -> string 

Parameters

url
Type: System..::..String
Gravatar URL.
hashValue
Type: System..::..String
Hash value.

Return Value

Type: String

See Also