[This is preliminary documentation and is subject to change.]
Checks whether the element has an attribute matching the specified name.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public bool HasAttribute( string Name ) |
Visual Basic (Declaration) |
---|
Public Function HasAttribute ( _ Name As String _ ) As Boolean |
Visual C++ |
---|
public: bool HasAttribute( String^ Name ) |
Parameters
- Name
- Type: System..::.String
Name of the attribute to check for.