Html Library Help
RemoveAttribute Method (attributeName)
NamespacesHtmlElementRemoveAttribute(String)
Removes the specified attribute.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Element RemoveAttribute(
	string attributeName
)
Public Overridable Function RemoveAttribute ( _
	attributeName As String _
) As Element
public:
virtual Element^ RemoveAttribute(
	String^ attributeName
)
Parameters
attributeName (String)
Name of the attribute to remove.
Return Value
The element with the attribute removed.

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