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
Post a Comment