C# Класс Gravatarlib.Gravatar

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
MD5 string

Открытые методы

Метод Описание
Gravatar ( string email, IconSets iconset, Ratings rating, int size ) : System
GravatarURL ( ) : string

Return the URL hash of the user's Gravatar image.

Приватные методы

Метод Описание
MD5 ( ) : string

Hash the email address with MD5 encryption.

Описание методов

Gravatar() публичный Метод

public Gravatar ( string email, IconSets iconset, Ratings rating, int size ) : System
email string
iconset IconSets
rating Ratings
size int
Результат System

GravatarURL() публичный Метод

Return the URL hash of the user's Gravatar image.
public GravatarURL ( ) : string
Результат string