Initializes a new instance of the ContentSearchParametersExtractorTWrapper, TModel class
Namespace: Ingeniux.Runtime.SearchDex
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.1.16
Syntax
public ContentSearchParametersExtractor( 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