类库说明文档
JHRequest Methods |
The JHRequest type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetFormDataTtype(String) |
获取 HTTP 查询字符串变量集合中指定键的值,已去除首尾空格,如果异常或获取为 null,则返回当前类型的默认值 default(Ttype)
|
|
GetFormDataTtype(String, Ttype) |
获取 HTTP 查询字符串变量集合中指定键的值,已去除首尾空格
|
|
GetHashCode | (Inherited from Object.) | |
GetQueryDataTtype(String) |
获取窗体变量集合中指定键的值,已去除首尾空格
|
|
GetQueryDataTtype(String, Ttype) |
获取窗体变量集合中指定键的值,已去除首尾空格
|
|
GetServerVariable(String) |
获取 Web 服务器变量集合中的特定项,已去除首尾空格,默认值为 string.Empty
|
|
GetServerVariable(String, String) |
获取 Web 服务器变量集合中的特定项,已去除首尾空格,如果获取为 null,则返回默认值 defaultValue
|
|
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also