POST method called on MVC UserControls as well as their parent views

后端 未结 2 1221
春和景丽
春和景丽 2020-12-21 08:34

Rewritten: My original post seemed to be misunderstood. I have since reported it as a bug with the following description. My original post for this question

2条回答
  •  攒了一身酷
    2020-12-21 08:54

    This is actually a confirmed bug both in ASP.NET MVC 1.0 with MVC Features library and in ASP.NET MVC 2.0. RenderAction behaves incorrectly when the request is POST. I have submitted the bug in ASP.NET Issue Tracker on Codeplex, please vote for it :) http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=5847

提交回复
热议问题