PagePorter Class Library

HtmlTag.GetValue Method 

Gets the first value associated with an HTML attribute name.

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

Parameters

name
The attribute name.

Return Value

Returns the first attribute values. Usually the only one.

See Also

HtmlTag Class | Parastream.Web.UI Namespace