Html Library Help
Attribute Constructor (name, value)
NamespacesHtmlAttributeAttribute(String, Object)
Initializes a new instance of the Attribute class.
Declaration Syntax
C#Visual BasicVisual C++
public Attribute(
	string name,
	Object value
)
Public Sub New ( _
	name As String, _
	value As Object _
)
public:
Attribute(
	String^ name, 
	Object^ value
)
Parameters
name (String)
The name.
value (Object)
The value.

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