C# Class SilverlightFX.UserInterface.Navigation.PageJournal

Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

Méthode Description
AddEntry ( Uri uri ) : void
GoBack ( ) : Uri
GoForward ( ) : Uri
IntegrateWithBrowser ( Action navigateAction ) : void
PageJournal ( ) : System

Private Methods

Méthode Description
OnHostNavigationStateChanged ( object sender, System.Windows.Interop.NavigationStateChangedEventArgs e ) : void

Method Details

AddEntry() public méthode

public AddEntry ( Uri uri ) : void
uri System.Uri
Résultat void

GoBack() public méthode

public GoBack ( ) : Uri
Résultat System.Uri

GoForward() public méthode

public GoForward ( ) : Uri
Résultat System.Uri

IntegrateWithBrowser() public méthode

public IntegrateWithBrowser ( Action navigateAction ) : void
navigateAction Action
Résultat void

PageJournal() public méthode

public PageJournal ( ) : System
Résultat System