JHRequest.GetServerVariable Method (String)

DCSoft.DBUtilityGeneric

JHRequestGetServerVariable Method (String)
获取 Web 服务器变量集合中的特定项,已去除首尾空格,默认值为 string.Empty

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetServerVariable(
	string name
)

Parameters

name
Type: SystemString
变量名

Return Value

Type: String
Web 服务器变量集合中的特定项
See Also