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

Gets the value of the attribute with the specified name.

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

Syntax

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

Parameters

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

Return Value

Value of the attribute.

See Also