JHRequest Methods

DCSoft.DBUtilityGeneric

JHRequest Methods

The JHRequest type exposes the following members.

Methods
  Name Description
Public method Equals (Inherited from Object.)
Public method Static member GetFormDataTtype(String)
获取 HTTP 查询字符串变量集合中指定键的值,已去除首尾空格,如果异常或获取为 null,则返回当前类型的默认值 default(Ttype)
Public method Static member GetFormDataTtype(String, Ttype)
获取 HTTP 查询字符串变量集合中指定键的值,已去除首尾空格
Public method GetHashCode (Inherited from Object.)
Public method Static member GetQueryDataTtype(String)
获取窗体变量集合中指定键的值,已去除首尾空格
Public method Static member GetQueryDataTtype(String, Ttype)
获取窗体变量集合中指定键的值,已去除首尾空格
Public method Static member GetServerVariable(String)
获取 Web 服务器变量集合中的特定项,已去除首尾空格,默认值为 string.Empty
Public method Static member GetServerVariable(String, String)
获取 Web 服务器变量集合中的特定项,已去除首尾空格,如果获取为 null,则返回默认值 defaultValue
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
See Also