Click or drag to resize
XmlHelperFetchNodeAttribute Method (XmlNode, String, String)
尝试获取节点标签属性

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string FetchNodeAttribute(
	XmlNode node,
	string attributeName,
	string defaultValue
)

Parameters

node
Type: System.XmlXmlNode

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

attributeName
Type: SystemString

[Missing <param name="attributeName"/> documentation for "M:X3Platform.Util.XmlHelper.FetchNodeAttribute(System.Xml.XmlNode,System.String,System.String)"]

defaultValue
Type: SystemString

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

Return Value

Type: String

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

See Also