我有以下网址。
var request = (HttpWebRequest)WebRequest.Create("http://reportguru.webdenza.com/vdetect-pro-2/api.php?q={\"svc\":\"auth\",\"params\":{\"username\":\"abcdefgh\",\"password\":\"12345678\"}}");
我希望通过c#中的textbox
传递这些用户名和密码,而不是直接传递用户名和密码。
我试过给文本框,但在解析过程中显示错误。
我收到以下错误。
Newtonsoft.Json.JsonReaderException:从中读取JObject时出错 JsonReader。路径'',第3行,第1位。
请帮帮我