C# Class LaptopListingSystem.Controllers.AccountController.ChallengeResult

Inheritance: System.Web.Mvc.HttpUnauthorizedResult
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

Méthode Description
ChallengeResult ( string provider, string redirectUrl ) : System.Collections.Generic
ExecuteResult ( ControllerContext context ) : void

Method Details

ChallengeResult() public méthode

public ChallengeResult ( string provider, string redirectUrl ) : System.Collections.Generic
provider string
redirectUrl string
Résultat System.Collections.Generic

ExecuteResult() public méthode

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
Résultat void