C# 클래스 AshMind.Web.Mvc.GravatarExtension

파일 보기 프로젝트 열기: ashmind/neostructure

공개 메소드들

메소드 설명
Gravatar ( this html, string email ) : string
Gravatar ( this html, string email, object gravatarAttributes ) : string
Gravatar ( this html, string email, object gravatarAttributes, object htmlAttributes ) : string

비공개 메소드들

메소드 설명
EncryptMD5 ( string value ) : string
GetGravatar ( string email ) : string
GetGravatar ( string email, object gravatarAttributes ) : string
GetImageTag ( string source ) : string
GetImageTag ( string source, object htmlAttributes ) : string

메소드 상세

Gravatar() 공개 정적인 메소드

public static Gravatar ( this html, string email ) : string
html this
email string
리턴 string

Gravatar() 공개 정적인 메소드

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

Gravatar() 공개 정적인 메소드

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