DomElement.HasAttributeNS(String, String) Method

Definition

[Foundation.Export("hasAttributeNS:localName:")]
public virtual bool HasAttributeNS (string namespaceURI, string localName);
abstract member HasAttributeNS : string * string -> bool
override this.HasAttributeNS : string * string -> bool

Parameters

namespaceURI
String
localName
String

Returns

Attributes

Applies to