C# 클래스 SilverlightFX.UserInterface.Navigation.PageJournal

파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

메소드 설명
AddEntry ( Uri uri ) : void
GoBack ( ) : Uri
GoForward ( ) : Uri
IntegrateWithBrowser ( Action navigateAction ) : void
PageJournal ( ) : System

비공개 메소드들

메소드 설명
OnHostNavigationStateChanged ( object sender, System.Windows.Interop.NavigationStateChangedEventArgs e ) : void

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( Uri uri ) : void
uri System.Uri
리턴 void

GoBack() 공개 메소드

public GoBack ( ) : Uri
리턴 System.Uri

GoForward() 공개 메소드

public GoForward ( ) : Uri
리턴 System.Uri

IntegrateWithBrowser() 공개 메소드

public IntegrateWithBrowser ( Action navigateAction ) : void
navigateAction Action
리턴 void

PageJournal() 공개 메소드

public PageJournal ( ) : System
리턴 System