会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
12 2017 档案
c# 确定dynamic类型的数据对象是否存在某个属性
摘要:public static bool IsPropertyExist(dynamic data, string propertyname) { if (data is ExpandoObject) return ((IDictionary<string, object>)data).Contains
阅读全文
posted @
2017-12-28 14:36
94cool
阅读(10637)
评论(0)
推荐(2)
Self hosted OWIN 绑定地址127.0.0.1,外网无法访问
摘要:static void Main() { string baseAddress = "http://localhost:4004/"; /*Render application Application.EnableVisualStyles(); Application.SetCompatibleTe
阅读全文
posted @
2017-12-01 19:14
94cool
阅读(1050)
评论(1)
推荐(1)
公告