This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Resolves all placeholders within the given string.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Resolve")]
public static string ResolveAll(
	 context,
	string data
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Resolve")> _
Public Shared Function ResolveAll ( _
	context As , _
	data As  _
) As 

Parameters

context
IRenderContext
The context.
data
String
The data.

Return Value

String

See Also

Advanced