cm0*_*007 8 .net c# databinder .net-client-profile
我想拥有DataBinder.Eval的功能(即执行运行时数据绑定); 但是,DataBinder.Eval是在System.Web程序集中定义的,该程序集在.NET Framework 4 Client Profile上不可用.
我想知道.NET Framework 4 Client Profile程序集中是否有替代方案,或者Mono DLL文件是否可能具有此功能.
如果没有,我可能必须使用Reflector复制DataBinder.Eval的代码,但我更愿意使用现有方法.