[This is preliminary documentation and is subject to change.]
Removes the attribute with the specified name.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public void RemoveAttribute( string Name ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveAttribute ( _ Name As String _ ) |
| Visual C++ |
|---|
public: void RemoveAttribute( String^ Name ) |
Parameters
- Name
- Type: System..::.String
Name of the attribute.