Removes the specified attribute.

Declaration Syntax
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)