Click or drag to resize
QueryHelperGpcs Method
获取通过Get或Post或Cookie或Session传递的参数,此方法不会返回null

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static string Gpcs(
	string name,
	string defaultValue = ""
)

Parameters

name
Type: SystemString
参数名称
defaultValue (Optional)
Type: SystemString
未找到时的默认值

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Web.QueryHelper.Gpcs(System.String,System.String)"]

See Also