C# 클래스 EhrgoHealth.Web.MVCActionResults.ChallengeResult

상속: System.Web.Mvc.HttpUnauthorizedResult
파일 보기 프로젝트 열기: EhrgoHealth/CS6440

공개 메소드들

메소드 설명
ChallengeResult ( string provider, string redirectUri ) : System.Web
ChallengeResult ( string provider, string redirectUri, string userId ) : System.Web
ExecuteResult ( ControllerContext context ) : void

메소드 상세

ChallengeResult() 공개 메소드

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

ChallengeResult() 공개 메소드

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

ExecuteResult() 공개 메소드

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