平时我们写博客园的博客的时候,都喜欢用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:
![image_thumb[1] image_thumb[1]](http://images0.cnblogs.com/blog/451114/201304/24180851-b60828eea5fb404293f9700d435d5db0.png)
![image_thumb[3] image_thumb[3]](http://images0.cnblogs.com/blog/451114/201304/24180852-64c43a876c414dde91dbe639254ec648.png)
![image_thumb[4] image_thumb[4]](http://images0.cnblogs.com/blog/451114/201304/24180853-3a1843ba856f48338213418d7c8e71c9.png)
![image_thumb[5] image_thumb[5]](http://images0.cnblogs.com/blog/451114/201304/24180853-679c2cc9b4674e858f2672f13dc70b14.png)