C# 클래스 Sitecore.Modules.WeBlog.Mvc.Controllers.CaptchaController

상속: Controller
파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

메소드 설명
CaptchaController ( ) : System
Index ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
BuildChallangeValue ( ) : string
BuildImageSource ( ) : string
GenerateClientKey ( ) : string
GetImageBytes ( ) : byte[]
StoreClientKey ( string clientKey ) : void

메소드 상세

BuildChallangeValue() 보호된 메소드

protected BuildChallangeValue ( ) : string
리턴 string

BuildImageSource() 보호된 메소드

protected BuildImageSource ( ) : string
리턴 string

CaptchaController() 공개 메소드

public CaptchaController ( ) : System
리턴 System

GenerateClientKey() 보호된 메소드

protected GenerateClientKey ( ) : string
리턴 string

GetImageBytes() 보호된 메소드

protected GetImageBytes ( ) : byte[]
리턴 byte[]

Index() 공개 메소드

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

StoreClientKey() 보호된 메소드

protected StoreClientKey ( string clientKey ) : void
clientKey string
리턴 void