C# 클래스 VisualCaptchaSample.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: lukeautry/visualCaptcha-aspnet

공개 메소드들

메소드 설명
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

메소드 상세

Audio() 공개 메소드

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

Image() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Start() 공개 메소드

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

Try() 공개 메소드

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