C# Class AjaxControlToolkit.Gravatar

Inheritance: System.Web.UI.WebControls.WebControl
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description
GetHash string
GetUrl string

Public Methods

Method Description
Gravatar ( ) : System

Protected Methods

Method Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
GetHash ( string Email ) : string
GetUrl ( string email, int size, string defaultImage, GravatarRating rating ) : string

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

Gravatar() public method

public Gravatar ( ) : System
return System