C# Class ASPNETAndEmbededResources.Controllers.AccountController.ExternalLoginResult

Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: imranbaloch/ASP.NET-Optimization-Framework-and-Embeded-Resource

Méthodes publiques

Méthode Description
ExecuteResult ( ControllerContext context ) : void
ExternalLoginResult ( string provider, string returnUrl ) : System

Method Details

ExecuteResult() public méthode

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

ExternalLoginResult() public méthode

public ExternalLoginResult ( string provider, string returnUrl ) : System
provider string
returnUrl string
Résultat System