| 以下为引用的内容: CODE: <script src="/Content/MicrosoftAjax.js" type="text/javascript"></script> <script src="/Content/MicrosoftMvcAjax.debug.js" type="text/javascript"></script> |
| 以下为引用的内容: <%using (Ajax.Form("About", new AjaxOptions() {UpdateTargetId = "showdiv"})) { %> <%=Html.SubmitButton() %> <div id="showdiv"></div> <%} %> |
| 以下为引用的内容: <%=Ajax.ActionLink("显示", "About", new AjaxOptions() { UpdateTargetId = "showdiv"})%> |