ContextWrapperExport Method |
输出
Namespace: X3PlatformAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual void Export(
HttpContext context,
string resultType,
string responseText,
Hashtable agrs
)
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