Help to pass to JS, located in index.html, a post request from C # silverlight containing the string "hello world"?

  • Try to write more detailed questions. Explain exactly what you see the problem, how to reproduce it, what you want to get as a result, etc. - Nicolas Chabanovsky
  • There is a Silverlight project, by clicking on the HyperlinkButton, you need to transfer some data ("Hello world!") Using the POST method to an ASP.NET project (which is contained in the same solution), and specifically to the index.html file containing JavaScript code. Now it looks like this - I sent a GET request (localhost *** \ index.html? HelloWorld!) To NavigateUri (in HyperlinkButton), and in index.html I considered it using JS - location.search and brought it to where it should be. Here, you need a GET request to remake in POST. - WarryWat

0