标签:
后台对当前页面类进行注册
Ajax.Utility.RegisterTypeForAjax(typeof(Login));//Login 当前类名
在方法上面加
[Ajax.AjaxMethod(Ajax.HttpSessionStateRequirement.ReadWrite)]
前端调用时用
Login.方法名();//可写参数
Ajax前端调后台方法
原文地址:http://www.cnblogs.com/softwaredeveloper/p/4530719.html