Share via


DomElement.GetAttributeNode(String) Method

Definition

[Foundation.Export("getAttributeNode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.DomAttr GetAttributeNode(string name);
[<Foundation.Export("getAttributeNode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributeNode : string -> WebKit.DomAttr
override this.GetAttributeNode : string -> WebKit.DomAttr

Parameters

name
String

Returns

Attributes

Applies to