PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes multiple querystring parameters.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static  RemoveParameters(
	 context,
	 location,
	params string[] names
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function RemoveParameters ( _
	context As , _
	location As , _
	ParamArray names As () _
) As 

Parameters

context
IContext
The context.
location
Locator
The location url.
names
array<String>[]()
The names of the querystring parameters.

Return Value

The modified location.

See Also

Advanced