AjaxMethodParserParse Method (Object, XmlDocument) |
解析
Namespace: X3Platform.AjaxAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string Parse(
Object target,
XmlDocument doc
)
public:
static String^ Parse(
Object^ target,
XmlDocument^ doc
)
Parameters
- target
- Type: SystemObject
目标对象 - doc
- Type: System.XmlXmlDocument
Xml文档
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxMethodParser.Parse(System.Object,System.Xml.XmlDocument)"]
See Also