Gravatar.GetHtml Method

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

public static HtmlString GetHtml(
	string email,
	int imageSize,
	string defaultImage,
	GravatarRating rating,
	string imageExtension,
	Object attributes
)

Parameters

email
Type: System.String
imageSize
Type: System.Int32
defaultImage
Type: System.String
rating
Type: Microsoft.Web.Helpers.GravatarRating
imageExtension
Type: System.String
attributes
Type: System.Object

Return Value

Type: HtmlString

  • Medium trust for the immediate caller. This member can be used by partially trusted code.
Show: