当前位置:   article > 正文

ajax请求到参数太大获取参数失败问题,ajax请求的有关问题。无法获取到传递过来的参数...

c# $.ajax 提交数组过大 接收不到

C# codeusing System;

using System.Collections;

using System.Data;

using System.Linq;

using System.Web;

using System.Web.Services;

using System.Web.Services.Protocols;

using System.Xml.Linq;

using System.Web.SessionState;

namespace ValueChangePro

{

///

/// $codebehindclassname$ 的摘要说明

///

[WebService(Namespace = "http://tempuri.org/")]

[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]

public class Handler1 : IHttpHandler, IRequiresSessionState

{

public void ProcessRequest(HttpContext context)

{

context.Response.ContentType = "text/plain";

var log = context.Request.QueryString["sm"];

context.Session["aa"] = log;

}

public bool IsReusable

{

get

{

return false;

}

}

}

}

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/814396
推荐阅读
相关标签
  

闽ICP备14008679号