This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets meta data added to the request.
In Http traffic, reflects the HTTP headers added to the request.

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

Syntax

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

Parameters

context
IRenderContext
The context.
name
String
The name of the metadata variable.

Return Value

Metadata item

See Also

Advanced