Html Library Help
Item Property (attributeName)
NamespacesHtmlElementItem[([(String])])
Gets or sets the attribute name. If the attribute does not exist it is added, otherwise it is updated.
Declaration Syntax
C#Visual BasicVisual C++
public string this[
	string attributeName
] { get; set; }
Public Default Property Item ( _
	attributeName As String _
) As String
public:
property String^ default[String^ attributeName] {
	String^ get (String^ attributeName);
	void set (String^ attributeName, String^ value);
}
Parameters
attributeName (String)
Value
The value of the attribute with the given name.

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