首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 原子聚合格式库为.NET框架

原子聚合格式库为.NET框架

  • 资源大小:15.89 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: net 聚合 框架 格式 原子

资 源 简 介

What? A .NET Framework library for reading and writing documents in the Atom Syndication Format, including support for the Atom Publishing Protocol and Feed Paging and Archiving. Supports .NET 3.5 and 4. Who? Contact me at jordan@nerdsince1984.com. How? Writing a feed ``` AtomFeed feed = new AtomFeed("http://example.org/feed", "Example Atom Feed", DateTime.Now); feed.Subtitle = "Demonstrating how to use the Atom Library for the .NET Framework"; feed.Add(new AtomLink("http://example.org/feed", "self")); feed.Add(new AtomLink("http://example.org")); AtomEntry entry = new AtomEntry("http://exmaple.org/entries/1", "Example Entry One", DateTime.Now)

文 件 列 表

NerdSince1984.Syndication.Atom.dll

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.164221s