SetAttribute Method

WebKit .NET

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

Adds a new attribute with the specified name and value.

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

Syntax

C#
public void SetAttribute(
	string Name,
	string Value
)
Visual Basic (Declaration)
Public Sub SetAttribute ( _
	Name As String, _
	Value As String _
)
Visual C++
public:
void SetAttribute(
	String^ Name, 
	String^ Value
)

Parameters

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

See Also