Click or drag to resize
XmlCustomReaderGetAttributePath Method
获取属性路径(不包含文档节点信息)

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetAttributePath(
	XmlNode node,
	string attrName
)

Parameters

node
Type: System.XmlXmlNode
attrName
Type: SystemString

Return Value

Type: String
See Also