AssessmentAnywhere.Controllers.AccountController.SignIn C# (CSharp) Method

SignIn() public method

public SignIn ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult SignIn()
        {
            return this.View();
        }

Same methods

AccountController::SignIn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult