windows phone 8 - Difference between NaviagtionService.GoBack() and Application.Current.RootVisual -


can explain me , whats difference 2

navigationservice.goback(); 

and

var rootframe = application.current.rootvisual phoneapplicationframe; if (rootframe != null) rootframe.goback(); 

both of navigate previous page, want know difference between two.

thank you.

there's no difference, call same code internally.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -