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