Html Library Help
AddAttribute Method (attributeName, attributeValue)
NamespacesHtmlElementAddAttribute(String, Object)
Adds the specified attribute name.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Element AddAttribute(
	string attributeName,
	Object attributeValue
)
Public Overridable Function AddAttribute ( _
	attributeName As String, _
	attributeValue As Object _
) As Element
public:
virtual Element^ AddAttribute(
	String^ attributeName, 
	Object^ attributeValue
)
Parameters
attributeName (String)
Name of the attribute.
attributeValue (Object)
The attribute value.
Return Value

[Missing <returns> documentation for M:Html.Element.AddAttribute(System.String,System.Object)]

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)