C# 클래스 System.Web.Mvc.GravatarHelper

파일 보기 프로젝트 열기: lgn/CurrentProject

공개 메소드들

메소드 설명
Gravatar ( this helper, string email, int size ) : string

비공개 메소드들

메소드 설명
EncryptMD5 ( string Value ) : string
GetGravatarURL ( string email, int size ) : string
GetGravatarURL ( string email, int size, string defaultImagePath ) : string

메소드 상세

Gravatar() 공개 정적인 메소드

public static Gravatar ( this helper, string email, int size ) : string
helper this
email string
size int
리턴 string