C# Class VisualCaptchaSample.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: lukeautry/visualCaptcha-aspnet

Méthodes publiques

Méthode Description
Audio ( string type = "mp3" ) : System.Web.Mvc.FileResult
Image ( int imageIndex, int retina ) : System.Web.Mvc.FileResult
Index ( ) : System.Web.Mvc.ActionResult
Start ( int numberOfImages ) : System.Web.Mvc.JsonResult
Try ( string value ) : System.Web.Mvc.JsonResult

Method Details

Audio() public méthode

public Audio ( string type = "mp3" ) : System.Web.Mvc.FileResult
type string
Résultat System.Web.Mvc.FileResult

Image() public méthode

public Image ( int imageIndex, int retina ) : System.Web.Mvc.FileResult
imageIndex int
retina int
Résultat System.Web.Mvc.FileResult

Index() public méthode

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

Start() public méthode

public Start ( int numberOfImages ) : System.Web.Mvc.JsonResult
numberOfImages int
Résultat System.Web.Mvc.JsonResult

Try() public méthode

public Try ( string value ) : System.Web.Mvc.JsonResult
value string
Résultat System.Web.Mvc.JsonResult