Html Library Help
HasAttribute Method (name)
NamespacesHtmlElementHasAttribute(String)
Determines if the current element has an attribute with the specified name.
Declaration Syntax
C#Visual BasicVisual C++
public bool HasAttribute(
	string name
)
Public Function HasAttribute ( _
	name As String _
) As Boolean
public:
bool HasAttribute(
	String^ name
)
Parameters
name (String)
The name of the attribute to find.
Return Value
true if the specified attribute exists on this element; otherwise, false.

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