HttpContext.Current.Response和Response有什么区别?
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/12 22:50:23
HttpContext.Current.Response和Response有什么区别?
HttpContext.Current.Response:当前请求的Response对象,在不同的时候这个的返回值是不一样的.
Page.Response:当前页面的Response对象.
举个例子,你访问a.aspx的时候,
HttpContext.Current.Response就等效于a页面里的Response
你访问b.aspx的时候,
HttpContext.Current.Response就等效于b页面里的Response
Page.Response:当前页面的Response对象.
举个例子,你访问a.aspx的时候,
HttpContext.Current.Response就等效于a页面里的Response
你访问b.aspx的时候,
HttpContext.Current.Response就等效于b页面里的Response
HttpContext.Current.Response和Response有什么区别?
response.write()和response.write"" 有什么区别
response.write和response.output.write有什么区别?
response.Write() response.Write("") 括号里加上""有什么区别?
response.redirect 和Server.Transfer有什么区别?
用ClientScript和Response.Write有什么区别吗
document.write和response.write有什么区别啊?
Session与HttpContext.Current.Session到底有什么区别
request和response又什么区别?
response 和 answer 的区别
Server.Transfer()和Page.Response.Redirect()什么区别
Session.CodePage Response.CodePage 有什么区别啊?