C# Class SampleWebApp.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: orospakr/sharpify Class Usage Examples

Méthodes publiques

Méthode Description
Login ( ) : System.Web.Mvc.ActionResult

show the login form

Private Methods

Méthode Description
Login ( SampleWebApp.Models.LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
ShopifyAuthCallback ( string code, string shop, string error ) : Task

Method Details

Login() public méthode

show the login form
public Login ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult