C# Class LaptopListingSystem.Controllers.AccountController.ChallengeResult

Inheritance: System.Web.Mvc.HttpUnauthorizedResult
Exibir arquivo Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

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

Method Details

ChallengeResult() public method

public ChallengeResult ( string provider, string redirectUrl ) : System.Collections.Generic
provider string
redirectUrl string
return System.Collections.Generic

ExecuteResult() public method

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
return void