KeymatchSearchParamsExtractor Constructor Ingeniux DSS Library
Initializes a new instance of the KeymatchSearchParamsExtractor class

Namespace: Ingeniux.Runtime.SearchDex
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.1.16
Syntax

public KeymatchSearchParamsExtractor(
	Dictionary<string, string> methodParameters,
	NameValueCollection queryStrings,
	NameValueCollection form,
	HttpCookieCollection cookies,
	NameValueCollection serverVars
)

Parameters

methodParameters
Type: System.Collections.GenericDictionaryString, String
queryStrings
Type: System.Collections.SpecializedNameValueCollection
form
Type: System.Collections.SpecializedNameValueCollection
cookies
Type: System.WebHttpCookieCollection
serverVars
Type: System.Collections.SpecializedNameValueCollection
See Also

Reference