平时我们写博客园的博客的时候,都喜欢用windows live write来写博客,截图,贴代码都很方便,那么如何在自己的网站里面也能使用WLR来编写呢?你首先得在你的网站上实现 XML –RPC 协议。
这3个字段是
1: public struct MyBlog
2: {
3: public string blogid; //只能是小写,你把首字母换成大写都居然能报错··
4: public string blogName; //必须是首字母小写,后面的Name是大写··
5: public string url; //必须要有,虽然起不到任何作用
6: }
7: