| QueryHelper Class |
Namespace: Adf.Web
The QueryHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryHelper | Initializes a new instance of the QueryHelper class |
| Name | Description | |
|---|---|---|
| Cookie |
获取一个Cookie值,此方法不会返回null
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Get |
获取一个Get值,此方法不会返回null
| |
| GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) | |
| GetPost |
获取通过QueryString或Form传递的参数,此方法不会返回null
| |
| GetType |
获取当前实例的 Type。
(Inherited from Object.) | |
| Gpc |
获取通过Get或Post或Cookie传递的参数,此方法不会返回null
| |
| Gpcs |
获取通过Get或Post或Cookie或Session传递的参数,此方法不会返回null
| |
| MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) | |
| Post |
获取一个Post值,此方法不会返回null
| |
| ToString | (Inherited from Object.) |