Org.W3c.Dom.IElement.HasAttribute Method
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.

Syntax

[Android.Runtime.Register("hasAttribute", "(Ljava/lang/String;)Z", "GetHasAttribute_Ljava_lang_String_Handler:Org.W3c.Dom.IElementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool HasAttribute (string name)

Parameters

name
The name of the attribute to look for.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1