windows phone 8 - How to update old navigation service -


i looking @ on-line documentation navigationservice , see takes uri , object...

the navigation service on system takes uri.

public bool navigate(uri source); 

here path referenced dll:

c:\program files (x86)\reference assemblies\microsoft\framework\silverlight\v4.0\profile\windowsphone71\microsoft.phone.dll

runtime version : v2.0.50727

version : 7.0.0.0

how can update system use new navigation service?

thanks

the navigationservice (reference) class windows phone 8 contains single navigate method (reference):

public bool navigate(     uri source ) 

it you're looking @ documentation windows presentation foundation (reference).

i use home page windows phone development , search bar @ top sure i'm looking @ apis supported windows phone (it pre-filters when use search). using full search engine, google, misleading point pages seem correct many msdn pages have link "windows phone" on them.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -