首页 新闻 会员 周边
6
回答数

已解决问题 30 请问如何修改HttpRequest的QueryString值

请问如何修改HttpRequest的QueryString值,我目前可以取到QueryString值进行修改,但修改好QueryString后如何再写到HttpRequest中呢,我的代码如下: pu
6
回答数

已关闭问题 50 c# Response.TransmitFile() 下载文件无反应!!!

Response.ContentType = "application/x-zip-compressed"; Response.AddHeader("Content-Disposition", "at
2
回答数

已解决问题 5 ClientScript.RegisterStartupScript不执行问题

protected void Page_Load(object sender, EventArgs e) { if (Request.HttpMethod == "GET") {//这个位置时会执行
5
回答数

待解决问题 15 asp.net core 2 的 api Controller ,form 提交的参数 为空值 后台获取的却是null

前端通过jquery类库post的json类型对象到后台 dataType: "json", contentType: "application/x-www-form-urlencoded; char
1
回答数

已关闭问题 10 .net core webapi使用jwt提示未授权 401

jwt认证 方法 public static class JwtAuthenticationServiceCollectionExtension { public static IServiceCol