如果我调用POST action方法,我想从get action方法的files-object中获取数据。public IActionResult Index(){ return View(files);
// Here is some code and if-case for processing after the POST
好吧,我正努力把这个HttpPost的东西建好.我用mvc 4构建了一个ASP.Net web,目前正在尝试从我的安卓应用程序中的一个控制器中提取数据。我也会张贴控制器代码。DefaultHttpClient httpclient = new DefaultHttpClient();
// GET ap