Click or drag to resize
QueryHelperGetPost Method
获取通过QueryString或Form传递的参数,此方法不会返回null

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

Parameters

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

Return Value

Type: String

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

See Also