Table of Contents

Method HasAttr

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HasAttr(XmlNode, string)

Gets whether attribute with the specified name exists.

public static bool HasAttr(XmlNode node, string name)

Parameters

node XmlNode

Xml node.

name string

Attribute name.

Returns

bool