Request对象 是什么?Request对象有什么用?Request对象的语法
HttpRequest对象封装客户端请求页面或提交表单时提供的信息:
请求方法(Post/Get)
参数名/值
Cookie
浏览器版本信息、使用的语言
……
可通过Page对象的Request属性来使用HttpRequest对象
Request对象-C#论坛-IBC编程社区www.ibcibc.com
Request对象常用属性和方法
QueryString、Form、ServerVariables、Params、MapPath( )
Request对象-C#论坛-IBC编程社区www.ibcibc.com
|