| LinkQueryGetRmoveLink Method (NameValueCollection, String) |
获取查询中所有请求串
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static string GetRmoveLink(
NameValueCollection query,
string remove
)
Public Shared Function GetRmoveLink (
query As NameValueCollection,
remove As String
) As String
public:
static String^ GetRmoveLink(
NameValueCollection^ query,
String^ remove
)
static member GetRmoveLink :
query : NameValueCollection *
remove : string -> string
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