コード例 #1
0
 public ActionResult ExternalLogin(string provider, string returnUrl)
 {
     // Request a redirect to the external login provider
     return(AccountActions.ChallengeResult(provider, returnUrl, Url));
 }