Click or drag to resize
XmlHelperGetAttribute Method
get xmlnode attribute

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string GetAttribute(
	XmlNode node,
	string name,
	string defaultValue = ""
)

Parameters

node
Type: System.XmlXmlNode

[Missing <param name="node"/> documentation for "M:Adf.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Adf.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.String)"]

defaultValue (Optional)
Type: SystemString

[Missing <param name="defaultValue"/> documentation for "M:Adf.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.String)"]

See Also