Edit

Share via


DomElement.GetAttributeNodeNS(String, String) Method

Definition

[Foundation.Export("getAttributeNodeNS:localName:")]
public virtual WebKit.DomAttr GetAttributeNodeNS (string namespaceURI, string localName);
abstract member GetAttributeNodeNS : string * string -> WebKit.DomAttr
override this.GetAttributeNodeNS : string * string -> WebKit.DomAttr

Parameters

namespaceURI
String
localName
String

Returns

Attributes

Applies to