Click or drag to resize
QueryHelper Class
查询参数助手
Inheritance Hierarchy
SystemObject
  Adf.WebQueryHelper

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public class QueryHelper

The QueryHelper type exposes the following members.

Constructors
  NameDescription
Public methodQueryHelper
Initializes a new instance of the QueryHelper class
Top
Methods
  NameDescription
Public methodStatic memberCookie
获取一个Cookie值,此方法不会返回null
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodStatic memberGet
获取一个Get值,此方法不会返回null
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodStatic memberGetPost
获取通过QueryString或Form传递的参数,此方法不会返回null
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Public methodStatic memberGpc
获取通过Get或Post或Cookie传递的参数,此方法不会返回null
Public methodStatic memberGpcs
获取通过Get或Post或Cookie或Session传递的参数,此方法不会返回null
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodStatic memberPost
获取一个Post值,此方法不会返回null
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
See Also