ASPMvcFirstApplication.Controllers.AccountController.ChallengeResult.ChallengeResult C# (CSharp) Метод

ChallengeResult() публичный Метод

public ChallengeResult ( string provider, string redirectUri, string userId ) : System
provider string
redirectUri string
userId string
Результат System
            public ChallengeResult(string provider, string redirectUri, string userId)
            {
                LoginProvider = provider;
                RedirectUri = redirectUri;
                UserId = userId;
            }

Same methods

AccountController.ChallengeResult::ChallengeResult ( string provider, string redirectUri ) : System
AccountController.ChallengeResult