C# Класс LibiadaWeb.Controllers.AccountController.ChallengeResult

The challenge result.
Наследование: System.Web.Mvc.HttpUnauthorizedResult
Показать файл Открыть проект

Открытые методы

Метод Описание
ChallengeResult ( string provider, string redirectUri ) : System.Linq

Initializes a new instance of the ChallengeResult class.

ChallengeResult ( string provider, string redirectUri, string userId ) : System.Linq

Initializes a new instance of the ChallengeResult class.

ExecuteResult ( ControllerContext context ) : void

The execute result.

Описание методов

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

Initializes a new instance of the ChallengeResult class.
public ChallengeResult ( string provider, string redirectUri ) : System.Linq
provider string /// The provider. ///
redirectUri string /// The redirect uri. ///
Результат System.Linq

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

Initializes a new instance of the ChallengeResult class.
public ChallengeResult ( string provider, string redirectUri, string userId ) : System.Linq
provider string /// The provider. ///
redirectUri string /// The redirect uri. ///
userId string /// The user id. ///
Результат System.Linq

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

The execute result.
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext /// The context. ///
Результат void