Table of Contents

Method GetAttrValue

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

GetAttrValue(XmlNode, string)

Gets attribute value of the specified XmlNode.

public static string? GetAttrValue(XmlNode node, string name)

Parameters

node XmlNode

Xml node.

name string

Attribute name.

Returns

string