GetAttributeNode Method

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets the attribute node with the specified name.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Attr GetAttributeNode(
	string Name
)
Visual Basic (Declaration)
Public Function GetAttributeNode ( _
	Name As String _
) As Attr
Visual C++
public:
Attr^ GetAttributeNode(
	String^ Name
)

Parameters

Name
Type: System..::.String
Name of the attribute.

Return Value

Attr node.

See Also