Property | Type | Description | |
---|---|---|---|
providerDetails | global::System.Web.UI.WebControls.ListView |
Method | Description | |
---|---|---|
GetExternalLoginRedirectUrl ( string accountProvider ) : string | ||
GetProviderNameFromRequest ( HttpRequest request ) : string | ||
GetProviderNames ( ) : IEnumerable |
||
RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
IsLocalUrl ( string url ) : bool |
public static GetExternalLoginRedirectUrl ( string accountProvider ) : string | ||
accountProvider | string | |
return | string |
public static GetProviderNameFromRequest ( HttpRequest request ) : string | ||
request | HttpRequest | |
return | string |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public static RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void | ||
returnUrl | string | |
response | HttpResponse | |
return | void |