C# Class VisualCaptchaSample.Controllers.HomeController

Inheritance: Controller
ファイルを表示 Open project: lukeautry/visualCaptcha-aspnet

Public Methods

Method 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 method

public Audio ( string type = "mp3" ) : System.Web.Mvc.FileResult
type string
return System.Web.Mvc.FileResult

Image() public method

public Image ( int imageIndex, int retina ) : System.Web.Mvc.FileResult
imageIndex int
retina int
return System.Web.Mvc.FileResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Start() public method

public Start ( int numberOfImages ) : System.Web.Mvc.JsonResult
numberOfImages int
return System.Web.Mvc.JsonResult

Try() public method

public Try ( string value ) : System.Web.Mvc.JsonResult
value string
return System.Web.Mvc.JsonResult