C# 클래스 Blog.Admin.Web.Controllers.AccountController.ChallengeResult
파일 보기
프로젝트 열기: jsnmgpnty/Blogness2.0
Private Properties
공개 메소드들
메소드 |
설명 |
|
ChallengeResult ( string provider, string redirectUri ) : System.Threading.Tasks |
|
|
ChallengeResult ( string provider, string redirectUri, string userId ) : System.Threading.Tasks |
|
|
ExecuteResult ( ControllerContext context ) : void |
|
|
메소드 상세
public ChallengeResult ( string provider, string redirectUri ) : System.Threading.Tasks |
provider |
string |
|
redirectUri |
string |
|
리턴 |
System.Threading.Tasks |
|
public ChallengeResult ( string provider, string redirectUri, string userId ) : System.Threading.Tasks |
provider |
string |
|
redirectUri |
string |
|
userId |
string |
|
리턴 |
System.Threading.Tasks |
|
public ExecuteResult ( ControllerContext context ) : void |
context |
ControllerContext |
|
리턴 |
void |
|