Click or drag to resize
LinkQueryGetRmoveLink Method (NameValueCollection, String)
获取查询中所有请求串

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static string GetRmoveLink(
	NameValueCollection query,
	string remove
)

Parameters

query
Type: System.Collections.SpecializedNameValueCollection
查询串
remove
Type: SystemString
要排除的项

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Web.LinkQuery.GetRmoveLink(System.Collections.Specialized.NameValueCollection,System.String)"]

See Also