C# Class InTheHandSecurity.Authentication.Web.WebAuthenticationPage

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method Description
WebAuthenticationPage ( ) : Microsoft.Phone.Controls

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
Browser_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
Browser_Navigating ( object sender, NavigatingEventArgs e ) : void
Browser_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void

WebAuthenticationPage() public method

public WebAuthenticationPage ( ) : Microsoft.Phone.Controls
return Microsoft.Phone.Controls