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