C# Class PollSystem.Account.OpenAuthProviders

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Protected Properties

Свойство Type Description
providerDetails global::System.Web.UI.WebControls.ListView

Méthodes publiques

Méthode Description
GetExternalLoginRedirectUrl ( string accountProvider ) : string
GetProviderNameFromRequest ( HttpRequest request ) : string
GetProviderNames ( ) : IEnumerable
RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
IsLocalUrl ( string url ) : bool

Method Details

GetExternalLoginRedirectUrl() public static méthode

public static GetExternalLoginRedirectUrl ( string accountProvider ) : string
accountProvider string
Résultat string

GetProviderNameFromRequest() public static méthode

public static GetProviderNameFromRequest ( HttpRequest request ) : string
request System.Web.HttpRequest
Résultat string

GetProviderNames() public méthode

public GetProviderNames ( ) : IEnumerable
Résultat IEnumerable

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

RedirectToReturnUrl() public static méthode

public static RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void
returnUrl string
response System.Web.HttpResponse
Résultat void

Property Details

providerDetails protected_oe property

providerDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListView providerDetails
Résultat global::System.Web.UI.WebControls.ListView