E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
HttpContext
gridview汇出EXCEL (ExportGridViewToExcel(dt,
HttpContext
.Current.Response);)
调用ExportGridViewToExcel(dt,
HttpContext
.Current.Response);privatevoidExportGridViewToExcel(DataTabletb
weixin_30270561
·
2020-08-26 09:02
HttpContext
(四)-Response
Response代表了服务器响应对象。每次客户端发出一个请求的时候,服务器就会用一个响应对象来处理这个请求,处理完这个请求之后,服务器就会销毁这个相应对象,以便继续接受其它客服端请求。Response常用属性如下:属性名值类型说明Charsetstring表示输出流的所使用的字符集ContentEncodingEncoding设置输出流的编码ContentLengthInt输出流的字节大小Cont
weixin_30821731
·
2020-08-26 09:02
多线程下
HttpContext
.Current 的问题
追踪代码发现提示
HttpContext
为空。
weixin_30240349
·
2020-08-26 09:02
HttpConText
.current.response.write()方法的作用
http://wenwen.soso.com/z/q188493166.htmHttpContext.Current.Response为当前HTTP响应获取HttpResponse对象。Page.Response(也就是第二个)获取与该Page对象关联的HttpResponse对象。该对象使您得以将HTTP响应数据发送到客户端,并包含有关该响应的信息。通常在类中如果该类不继承System.Web.
plean
·
2020-08-26 09:16
ASP.NET
System.Web.
HttpContext
.Current.Response.Write("成功!!!!!");
System.Web.
HttpContext
.Current.Response.Write("成功!!!!!");
蓝色漩沐
·
2020-08-26 09:18
WebApi获取传来的文件
1、如果是以文件的形式上传,这样接收:publicIHttpActionResultgetTest2(){stringid=
HttpContext
.Current.Request["id"];stringname
梦的方向叫闯_aa65
·
2020-08-25 14:50
ASP.NET CS文件中输出JavaScript脚本的3种方法以及区别
Page.ClientScript.RegisterClientScriptBlock之间的区别方法1,使用Response.Write,这种方法会把JS代码写在页面的最顶部(的前面):System.Web.
HttpContext
.Current.Response.Write
alexxzr
·
2020-08-25 06:23
asp.net
javascript
asp.net
脚本
textbox
testing
浏览器
asp.net cookie操作-添加cookie,添加键值,移除cookie,移除键值
stringvalue){HttpCookiecookie=newHttpCookie(HttpUtility.UrlEncode(cookieName),HttpUtility.UrlEncode(value));
HttpContext
.C
weizengxun
·
2020-08-25 00:17
cookie
解决 pdf2swf 转换时报错。This file is too complex to render- SWF only supports 65536 shapes at once
PDF2SWF工具,实现在线预览的时候有些PDF无法转换,在CMD模式下也是一样的问题后来通过百度查找到如下解决方案,主要是由于文件内容过大、复杂,默认的参数无法进行转换代码如下:stringcmdStr=
HttpContext
.Current.Server.MapPath
龙井茶Sky
·
2020-08-24 21:21
前台脚本
WebApi 使用Session并且使用
否则在使用时在
HttpContext
.Current.Session.Add("USERNAME",USERNAME);报错:未将对象引用设置到对象的实例。
L_文越
·
2020-08-24 16:20
经验
深入分析 ASP.NET Mvc 深入MvcHandler
MvcHandler的主要代码如下:protectedinternalvirtualvoidProcessRequest(HttpContextBasehttpContext){AddVersionHeader(
httpContext
gd2008
·
2020-08-24 08:30
.Net技术
获取游览器类型
HttpContext
.Current.Request.UrlReferrerstringss=
HttpContext
.Current.Request.Browser.Type;//获取游览器类型if(
xiexuzhao
·
2020-08-24 04:04
程序
获得计算机名称(HostName)和IP地址(Addresses)
我用了很多方法来试验://ViewData["ip"]=Request.UserHostAddress.ToString();//本地ip动态获取得到::1//ViewData["ip"]=System.Web.
HttpContext
.Current.Request.UserHostAddress.ToStrin
童小绿
·
2020-08-24 02:25
——C#
DataTable直接生成csv文件
//DataTabledt=ds.Tables[0];//
HttpContext
.Current.Response.Clear();//intdaicount=dt.Rows.Count;//System.IO.StringWritersw
beibihani
·
2020-08-23 15:23
ASP.NET
csv
ExtAspNet之Grid导出Excel
objectsender,EventArgse){stringnamestr="合同段"+htdselect.SelectedText;System.Web.HttpContextcontext=System.Web.
HttpContext
.Current
llyfe2006
·
2020-08-23 14:22
微信公众号付款asp.net版本
1.在需要支付的页面先获取codeprotectedvoidPage_Load(objectsender,EventArgse){code=""+
HttpContext
.Current.Request.Params
asp_amy
·
2020-08-23 09:43
微信付款
html导出为word
后台代码:
HttpContext
.Current.Response.Buffer=true;
HttpContext
.Current.Response.AppendHeader("Content-Disposition
__lhy
·
2020-08-21 20:20
C#
在一个配置文件中联系多个数据库
根据不同的情况载入不同的配置文件即可,代码如下: cfg = new Configuration(); string NHFile = System.Web.
HttpContext
.Current.Server.MapPath
一剑平江湖
·
2020-08-21 19:47
.Net
连接Sqlserver2008代码实例
privateSqlCommandcmd=newSqlCommand();protectedvoidPage_Load(objectsender,EventArgse){HttpContextcontext1=
HttpContext
.Current
weixin_30457881
·
2020-08-21 17:10
力软
loginadmindefault_Admin.cshtml默认加载jslr-base.jslr-tabs.jslr-admin.js客户端语言包加载(菜单,tab条)tab窗口操作方法拦截器登陆验证防伪验证varrequest=filterContext.
HttpContext
.RequestLearun.Util.Operat
jjj_nantong
·
2020-08-21 09:57
oa系统
asp.net core mvc权限控制:在视图中控制操作权限
如果在控制器方法里想要判断当前用户是否具有某个权限,可以直接使用
HttpContext
.User.HasClaim(stringcliamtype,string
dxp909
·
2020-08-21 08:49
.net
core
只有在配置文件或 Page 指令中将 enableSessionState 设置为 true 时
HttpContextcontext=
HttpContext
.Current;//而后,再使用:if(context.Session["user"]!
weixin_30799995
·
2020-08-21 06:23
C#上传图片返回要保存的图片名
文件保存路径///文件名publicstaticvoidDelfile(stringsaveFilePath,stringimgPath){//删除原有图片stringpathname=System.Web.
HttpContext
.Current.Server.MapPath
LMAOhuaNL
·
2020-08-20 22:45
C#
asp.Net
Nginx+Docker部署模式下 asp.net core 获取真实的客户端ip
[toc]场景线上环境使用Nginx(安装在宿主机)+Docker进行部署,应用获取客户端ip地址不正确,获取客户端IP的代码为Request.
HttpContext
.Connection.RemoteIpAddress.MapToIPv4
进击的Milo
·
2020-08-20 21:25
docker
nginx
asp.net-core
Nginx+Docker部署模式下 asp.net core 获取真实的客户端ip
[toc]场景线上环境使用Nginx(安装在宿主机)+Docker进行部署,应用获取客户端ip地址不正确,获取客户端IP的代码为Request.
HttpContext
.Connection.RemoteIpAddress.MapToIPv4
进击的Milo
·
2020-08-20 21:24
docker
nginx
asp.net-core
asp.net获取网站路径
网站在服务器磁盘上的物理路径:HttpRuntime.AppDomainAppPath虚拟程序路径:HttpRuntime.AppDomainAppVirtualPath任何于Request/
HttpContext
.Current
weixin_30652491
·
2020-08-20 19:24
删除指定路径下的文件
stringpathstr=System.Web.
HttpContext
.Current.Server.MapPath("/FilePath");if(Directory.Exists(pathstr)
weixin_30448603
·
2020-08-20 19:33
Mvc Session 设置以后再构造函数中取值时为null问题
在登录界面写了一个session在别的页面的构造函数中获取始终未null后来改成System.Web.
HttpContext
.Current.Session["User"]全写就能获取的到了,记住这个问题后面有时间研究一下转载于
weixin_30371469
·
2020-08-20 19:55
测试
c#
java
[C#][页面]获取当前页面的url信息
id=5&name=yh【1】获取完整url(协议名+域名+站点名+文件名+参数)stringurl=Request.Url.ToString();【2】获取域名:stringurl=
HttpContext
.Current.Request.Url.Host
会飞De琥珀
·
2020-08-20 18:11
C#
ASP.NET
iframe下返回登录页面,全页面显示
=location.href){top.location.href=location.href;}}后台c#代码protectedvoidAccessQuit(){
HttpContext
.Current.Respo
玲珑不是玲珑
·
2020-08-20 18:34
Samsung
ASP.NET 后台打开新窗口 并控制窗口参数
publicstaticclassResponseHelper{publicstaticvoidRedirect(stringurl,stringtarget,stringwindowFeatures){HttpContextcontext=
HttpContext
.Current
那小x的传说
·
2020-08-20 16:40
2008
VC#ASP.NET
asp.net
redirect
string
url
query
class
XPATH 命名空间
XmlDocumentconfig=newXmlDocument();//读XML文件config.Load(
HttpContext
.Current.Server.MapPath("/web.sitemap
weixin_30451709
·
2020-08-19 04:48
HttpContext
.Response.ContentType列表
按照内容类型排列的Mime类型列表类型/子类型扩展名application/envoyevyapplication/fractalsfifapplication/futuresplashsplapplication/htahtaapplication/internet-property-streamacxapplication/mac-binhex40hqxapplication/msworddo
ljm_lijingming
·
2020-08-19 02:46
ASP.NET
“找不到类型或命名空间名称”的解决方法
今天在编译一项目的DAL层时在代码文件中增加了usingSystem.Web;,但在程序编译时遇到
HttpContext
.Current.Server.MapPath(ConfigurationSettings.AppSettings
zgmiao
·
2020-08-18 18:57
ASP.Net专栏
.net解决js访问服务器端,跨域访问的问题
在Global.asax.cs文件中,添加protectedvoidApplication_BeginRequest(objectsender,EventArgse){
HttpContext
.Current.Response.AddHeader
weixin_30902251
·
2020-08-18 17:27
WEB服务 单点登出 不了的问题
=null)Session.Abandon();FormsAuthentication.SignOut();
HttpContext
.Current.Response.Cookies.Clear();主站退出的时候调用子站
longlong821
·
2020-08-18 15:02
c#
如何进行ASP.NET MVC 的测试
今天需要对ASP.NETMVC的Controller进行测试,我们都知道当我们在测试工程里new一个controller时,这个controller里的
httpcontext
是空的,也就是session
iteye_617
·
2020-08-18 15:03
[发布至博客园首页]
用于web类库代码的单元测试
用于web类库代码的单元测试最近把appcache的功能放到了公用类库中,写单元测试时发现用不了
HttpContext
,代码如下:usingSystem;usingSystem.Collections.Generic
Jack2013tong
·
2020-08-18 15:08
asp.net
C#
asp.net 加页面Loading效果
IsPostBack){Loading();}}publicstaticvoidLoading(){HttpContexthc=
HttpContext
.Current;hc.Response.Write
mfE10714022
·
2020-08-17 05:47
C#
C# 获取 IPv4地址
1privatestaticstringGetIP4Address()2{3stringIP4Address=String.Empty;45if(
HttpContext
.Current!
weixin_30597269
·
2020-08-17 03:03
ASP使用SQlite遇到的部分问题
需要修改文件目录权限(比如将其对Everyone开放所有权限,这种方法比较简单,但是安全性较低);2.建立Sqlite链接,数据库文件目录有误,常见地址格式如下:DataBasePath=@"DataSource="+
HttpContext
.Current.Server.MapPath
LOONGV
·
2020-08-17 02:54
Sqlite
ASP
Sqlite
ASP
.NET
在ASP.NET Core中获取客户端IP地址
varip=
HttpContext
.Current.Request.UserHostAddress;或者只是直接引用当前的Requestvarip=Request.UserHostAddress;但是,
qq_39110534
·
2020-08-17 02:23
C#获取真实ip地址
publicstaticstringGetIP(){stringipv4=String.Empty;foreach(IPAddressIPAinDns.GetHostAddresses(
HttpContext
.Current.Request.UserHostAddress
xlb_123
·
2020-08-17 01:48
.net开发
c#获取外网IP地址
//////获取外网IP地址//////publicstaticstringGetLocalIp(){stringip="";stringresult=System.Web.
HttpContext
.Current.Request.ServerVariables
沫小浩
·
2020-08-17 01:11
C#获取客户端IP地址+获取本机外网IP
穿过代理服务器取远程用户真实IP地址://////获取客户端IP//////publicstaticstringgetIp(){//穿过代理服务器取远程用户真实IP地址stringIp=string.Empty;if(
HttpContext
.Cu
逝风talent
·
2020-08-17 01:39
.Net开发
C#Cache缓存的封装类
publicclassCacheHelper{//////创建缓存项的文件//////缓存Key///object对象publicstaticvoidInsert(stringkey,objectobj){//创建缓存
HttpContext
.Cur
低调的胖胖
·
2020-08-16 17:20
c#
RSA 使用 xxx.pem文件 做公钥验密 私钥加密 的方法
是私钥文件名,/////////publicstaticstringEncrypt(stringsignstr){//私钥文件的位置(这里是放在了站点的根目录下)stringmerKeyFile="";if(
HttpContext
.Current
十年河东,十年河西,莫欺骚年穷
·
2020-08-16 16:40
加密公共类
关于WinForm/Web如何使用缓存Cach
(类似Session机制)HttpRuntime.Cache与
HttpContext
.Current.Cache为同一个对象HttpRuntime.Cache.Add存在相同的键会异常,返回缓存成功的对象
weixin_34111819
·
2020-08-16 16:40
.netcore入门11:aspnetcore自带cookie的认证期限分析
环境:.netcore3.1.1.0一、cookie认证的期限配置有两个地方可以进行配置,一个是在startup的AddCookie()设置,另一个是在/Account/LoginAction中的
HttpContext
.SignInAsync
jackletter
·
2020-08-16 15:42
.netcore
.NET Core 使用Cookie验证身份
ASP.NETCore1.x提供了通过Cookie中间件将用户主体序列化为一个加密的Cookie,然后在后续请求中验证Cookie并重新创建主体,并将其分配给
HttpContext
.User属性。
FishLiuW
·
2020-08-16 14:34
.net
core
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他