How to pass jsonvalues to url.
Json
(
id=3,
name='sam'
)
Read the above json and pass as parameter in asp.net not in mvc.
Like this
Http://223.443/test/delete?id=3&name='sam'
Json
(
id=3,
name='sam'
)
Read the above json and pass as parameter in asp.net not in mvc.
Like this
Http://223.443/test/delete?id=3&name='sam'