C# Class Sitecore.Modules.WeBlog.Mvc.Controllers.CaptchaController

Inheritance: Controller
Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode Description
CaptchaController ( ) : System
Index ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
BuildChallangeValue ( ) : string
BuildImageSource ( ) : string
GenerateClientKey ( ) : string
GetImageBytes ( ) : byte[]
StoreClientKey ( string clientKey ) : void

Method Details

BuildChallangeValue() protected méthode

protected BuildChallangeValue ( ) : string
Résultat string

BuildImageSource() protected méthode

protected BuildImageSource ( ) : string
Résultat string

CaptchaController() public méthode

public CaptchaController ( ) : System
Résultat System

GenerateClientKey() protected méthode

protected GenerateClientKey ( ) : string
Résultat string

GetImageBytes() protected méthode

protected GetImageBytes ( ) : byte[]
Résultat byte[]

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

StoreClientKey() protected méthode

protected StoreClientKey ( string clientKey ) : void
clientKey string
Résultat void