C# 클래스 SampleWebApp.Controllers.SignupController

상속: Controller
파일 보기 프로젝트 열기: mausch/CsFormlets

공개 메소드들

메소드 설명
ThankYou ( string name ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
Index ( System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult
Index1 ( RegistrationInfo registration ) : System.Web.Mvc.ActionResult
Index2 ( ) : System.Web.Mvc.ActionResult
Index4 ( System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult
Index5 ( FormletResult registration ) : System.Web.Mvc.ActionResult
Index6 ( [ FormletType = typeof(SignupFormlet))]FormletResult<RegistrationInfo>registration ) : System.Web.Mvc.ActionResult
Signup ( FormletResult registration ) : System.Web.Mvc.ActionResult
Signup ( RegistrationInfo registration ) : System.Web.Mvc.ActionResult

메소드 상세

ThankYou() 공개 메소드

public ThankYou ( string name ) : System.Web.Mvc.ActionResult
name string
리턴 System.Web.Mvc.ActionResult