Html not correct rendered and no Viewbag.Title is set using Ajax.ActionLinks
问题 _ViewStart.cshtml @{ Layout = Request.IsAjaxRequest() ? null : "~/Views/Shared/_Layout.cshtml"; } _Layout.cshtml ... </head> <body> <div id="NavigationPanel"> @{ AjaxOptions options = new AjaxOptions { InsertionMode = InsertionMode.Replace, UpdateTargetId = "ContentPanel", OnBegin = "OnBeginAnimateContentPanel", OnComplete = "OnCompleteAnimateContentPanel", };} <div> <p>@Ajax.ActionLink("Users", "Index", "User", options)</p> <p>@Ajax.ActionLink("Groups", "Index", "Group", options)</p> <p>