Send objects to C# code from JavaScript -


how can send object, json object, javascript c# code windows phone app?

i know of window.external.notify function. can send string single parameters.

what if want send 2 different parameters?

down vote due question being vague. not sure trying achieve. javascript running? on device or on remote site?

to try answer json question, why not serialize object json string. use newtonsoft.json that. google or pull down nuget. supported windows phone


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -