FineUICore 11.7
企业级 ASP.NET Core 控件库
|
保存控件的状态 更多...
Public 成员函数 | |
FState (ControlBase control) | |
构造函数 | |
属性 | |
object | this[string key] [get, set] |
获取设置 FState 属性值 | |
List< string > | ModifiedProperties [get, set] |
当前请求中需要保存的属性列表(1.服务器端改变的属性 2.客户端改变的属性 3.控件自己手工设置需要保存在__FSTATE中的属性) | |
保存控件的状态
FineUICore.FState.FState | ( | ControlBase | control | ) |
构造函数
control | 控件 |
|
getset |
当前请求中需要保存的属性列表(1.服务器端改变的属性 2.客户端改变的属性 3.控件自己手工设置需要保存在__FSTATE中的属性)
|
getset |
获取设置 FState 属性值
key |