PagePorter Class Library

HtmlTag.GetValues Method 

Returns the values associated with an HTML attribute name.

[Visual Basic]
Public Function GetValues( _
   ByVal name As String _
) As String()
[C#]
public string[] GetValues(
   string name
);

Parameters

name
The attribute name.

Return Value

Returns the attribute values in an array. Usually contains only one element.

See Also

HtmlTag Class | Parastream.Web.UI Namespace