Click or drag to resize
ContextWrapperExport Method
输出

Namespace: X3Platform
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual void Export(
	HttpContext context,
	string resultType,
	string responseText,
	Hashtable agrs
)

Parameters

context
Type: System.WebHttpContext
上下文环境
resultType
Type: SystemString
输出结果
responseText
Type: SystemString
响应的文本信息
agrs
Type: System.CollectionsHashtable
扩展参数
See Also