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 and value.

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

Syntax

C#Copy imageCopy Code
[(IsDeterministic = true)]
public static string Attribute(
	string name,
	string value
)
Visual Basic (Declaration)Copy imageCopy Code
<(IsDeterministic := True)> _
Public Shared Function Attribute ( _
	name As , _
	value As  _
) As 

Parameters

name
String
The attribute name.
value
String
The value.

Return Value

A string representing an HTML attribute pair.

See Also

Advanced