@Ajax.ActionLink("开始建立索引", "BuiltIndex", "Admin", new AjaxOptions() { UpdateTargetId = "message"})
public string BuiltIndex() { RebuiltIndex(); return "正在重建索引"; }
代码是这样子的 但是生成的链接一点击就跳转了...不知为何.求解答.
http://blog.csdn.net/lan_liang/article/details/23887477