PagePorter Class Library

HtmlTag.SetValue Method 

Sets the value associated with an HTML attribute name.

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

Parameters

name
The attribute name.
value
The attribute value.

Remarks

This method overwrites any previous values associated with the name.

See Also

HtmlTag Class | Parastream.Web.UI Namespace