c# - Windows Phone SDK - What can I use instead of System.Web? -
i new windows phone development, , have lot of classes thought straightforward using function in system.web (namely, httputility.parsequerystring). seems system.web not available on windows phone?
is correct? or might missing way of adding it?
i'd not have hand write functions parsequerystring.
any advice on how reference system.web in windows phone app?
cheers! brett
it seems there no such methods available in widows phone sdk, can use own code http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/core/httputility.cs?r=961
more info can @ discussion, httputility.urlencode in windows phone 7?
Comments
Post a Comment