PagePorter Class Library

HtmlTag.GetAttributesString Method 

Returns an HTML attribute string that represents the HtmlTag object's name/attribute pairs.

[Visual Basic]
Public Function GetAttributesString() As String
[C#]
public string GetAttributesString();

Return Value

Returns an HTML attribute string that represents the HtmlTag object's name/attribute pairs.

See Also

HtmlTag Class | Parastream.Web.UI Namespace