在RenderBody()中添加“Ajax”。
原文:Pressing an asp.net mvc Ajax.ActionLink with Insert into RenderBody() causes an endless loop
原文:Pressing an asp.net mvc Ajax.ActionLink with Insert into RenderBody() causes an endless loop
I have these ActionLinks in my Main Index View: <p>@Ajax.ActionLink("Releases", "Index", "Release", new AjaxOptions { InsertionMode = InsertionMode.Replace, UpdateTargetId = "ContentPanel" })&...