为自定义博客引擎启用远程博客发布

时间:2013-12-13 16:57:06

标签: c# asp.net asp.net-mvc-4 blogs

我正在用ASP.NET MVC编写一个非常简单的轻量级博客引擎4.我想要允许的一件事是远程发布。这样我可以使用像Windows Live Writer这样的东西发布博客文章。但是我很难找到如何解决这个问题的例子。

1 个答案:

答案 0 :(得分:2)

那么你可以看看Mads Kristensen(着名的BlogEngine.net等)的新MiniBlog项目的源代码。

https://github.com/madskristensen/miniblog

它具有Windows Live Writer(WLW)支持

  • 针对WLW进行了优化
  • 假设WLW是撰写帖子的主要方式
  • 您不必使用WLW(但您应该)

代码基于MetaWeblog APIhttps://github.com/madskristensen/MiniBlog/blob/master/Website/app_code/handlers/MetaWeblogHandler.cs