好记性不如烂笔头。

jquery post json方式传值,ashx取不到参数的原因

在asp.net网站中,遇到jquery post json格式传值,ashx取不到参数的原因居然是在Global中的的Application_BeginRequest方法里面,直接或间接使用System.Web.HttpContext.Current.Request.Form的原因,超级坑,目前还没有具体查明为什么使用System.Web.HttpContext.Current.Request.Form会导致取不到值,如果有使用到Nlog记录日志,则也会取不到值,因为Nlog中乃至了Form这个对象。