Click or drag to resize
AjaxMethodParserParse Method (Object, String, XmlDocument)
解析

Namespace: X3Platform.Ajax
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string Parse(
	Object target,
	string action,
	XmlDocument doc
)

Parameters

target
Type: SystemObject
目标对象
action
Type: SystemString
操作信息
doc
Type: System.XmlXmlDocument
Xml文档

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxMethodParser.Parse(System.Object,System.String,System.Xml.XmlDocument)"]

See Also