C# 클래스 Blog.Admin.Web.Controllers.AccountController.ChallengeResult

상속: System.Web.Mvc.HttpUnauthorizedResult
파일 보기 프로젝트 열기: 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

메소드 상세

ChallengeResult() 공개 메소드

public ChallengeResult ( string provider, string redirectUri ) : System.Threading.Tasks
provider string
redirectUri string
리턴 System.Threading.Tasks

ChallengeResult() 공개 메소드

public ChallengeResult ( string provider, string redirectUri, string userId ) : System.Threading.Tasks
provider string
redirectUri string
userId string
리턴 System.Threading.Tasks

ExecuteResult() 공개 메소드

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
리턴 void