PagePorter Class Library

HtmlTag.SetValues Method 

Sets the values associated with an HTML attribute name.

[Visual Basic]
Public Sub SetValues( _
   ByVal name As String, _
   ByVal values As String() _
)
[C#]
public void SetValues(
   string name,
   string[] values
);

Parameters

name
The attribute name.
values
The attribute values in an array.

Remarks

This method overwrites any previous values associated with the name.

See Also

HtmlTag Class | Parastream.Web.UI Namespace