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.
Sets all given parameters as URL Parameters on the given url and returns the location.

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

Syntax

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

Parameters

location
Locator
The location
mvcParams
array<String>[]()
The list of MVC style parameters to build a location with.

Return Value

Locator

See Also

Advanced