Click or drag to resize
XmlHelperFetchNodeAttribute Method (XmlElement, 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(
	XmlElement element,
	string attributeName,
	string defaultValue
)

Parameters

element
Type: System.XmlXmlElement

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

attributeName
Type: SystemString

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

defaultValue
Type: SystemString

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

Return Value

Type: String

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

See Also