This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates an attribute string using the specified name-value collection.

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

Syntax

C#Copy imageCopy Code
[(IsDeterministic = true)]
public static string Attributes(
	params string[] nameValuePairs
)
Visual Basic (Declaration)Copy imageCopy Code
<(IsDeterministic := True)> _
Public Shared Function Attributes ( _
	ParamArray nameValuePairs As () _
) As 

Parameters

nameValuePairs
array<String>[]()
The name value pairs for the attributes.

Return Value

A string representing an HTML attribute pair.

See Also

Advanced