TagName Property

WebKit .NET

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

Gets the name of the element.

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

Syntax

C#
public string TagName { get; }
Visual Basic (Declaration)
Public ReadOnly Property TagName As String
Visual C++
public:
property String^ TagName {
	String^ get ();
}

See Also