C# Class SampleWebApp.Controllers.SignupController

Inheritance: Controller
Mostrar archivo Open project: mausch/CsFormlets

Public Methods

Method Description
ThankYou ( string name ) : System.Web.Mvc.ActionResult

Private Methods

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

Method Details

ThankYou() public method

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