Share via


DomElement.GetAttributeNodeNS(String, String) Method

Definition

[Foundation.Export("getAttributeNodeNS:localName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.DomAttr GetAttributeNodeNS(string namespaceURI, string localName);
[<Foundation.Export("getAttributeNodeNS:localName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributeNodeNS : string * string -> WebKit.DomAttr
override this.GetAttributeNodeNS : string * string -> WebKit.DomAttr

Parameters

namespaceURI
String
localName
String

Returns

Attributes

Applies to