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.
Maps the URL parameter at the given position, to enable manipulation of the parameter using normal querystring methods.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.MapParam")]
public static void MapUrlParameter(
	 location,
	string name,
	int index
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.MapParam")> _
Public Shared Sub MapUrlParameter ( _
	location As , _
	name As , _
	index As Integer _
)

Parameters

location
Locator
The location.
name
String
The name of the parameter to map the URL parameter to.
index
Int32
The index (1-based) of the URL parameter.

See Also

Advanced