类库说明文档
![]() | JHModalDialogOperationSucceeded Method (DictionaryString, String) |
执行成功,关闭模式对话框并回传父窗体数据
字典的主键对应父窗体参数对象的属性名,字典值为属性值(可以为任意的 JS 类型或函数)
这里固定为父窗体参数对象传递属性 object.IsSucceed = true
Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static void OperationSucceeded( Dictionary<string, string> returnsArgs )
Parameters
- returnsArgs
- Type: System.Collections.GenericDictionaryString, String
要回传的数据字典
