This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Munges the specified parameters onto the given location.

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

Syntax

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

Parameters

context
IRenderContext
The context.
location
Locator
The location.
pairs
array<String>[]()
The key-defaultvalue pairs of the parameters to munge (syntax: name[=defaultvalue]).

Return Value

Locator

See Also

Advanced