使用 .Net 创建 Google 网站
I am working on a C# application to create a Google Site, but I am unable to find any sample code for it. Any help in C# or VB.Net will be greatly appreciated.
Please help!!!
Thanks to all...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在此处找到有关 Google Sitesd API 的整体文档:http://code.google.com/ api/站点/。
这是我能找到的唯一使用 C# 的“官方”示例,但它不适用于创建网站: http://code.google.com/p/gdata-samples/source/browse/trunk/sites/dotnet/SitesAPIDemo.cs。
用于创建网站的原始 XML 协议可以在此处找到:http: //code.google.com/apis/sites/docs/1.0/developers_guide_protocol.html#SitesFeedPOST。但请注意...
Documentation for the Google Sitesd API as a whole can be found here: http://code.google.com/apis/sites/.
This is the only "official" sample I could find using C# but it's not for creating a site: http://code.google.com/p/gdata-samples/source/browse/trunk/sites/dotnet/SitesAPIDemo.cs.
The raw XML protocol for creating a site can be found here: http://code.google.com/apis/sites/docs/1.0/developers_guide_protocol.html#SitesFeedPOST. But note that...
您是否正在编写 .NET 应用程序来帮助人们创建自己的 Google 网站?您是否正在寻找 http://code.google.com/apis/sites/< 的 .NET 示例/a>?
这有帮助吗? http://code.google.com/apis/gdata/articles/dotnet_client_lib.html
另请参阅http: //code.google.com/p/gdata-samples/source/browse/trunk/sites/dotnet/SitesAPIDemo.cs
Are you writing a .NET application to help people create their own Google sites? Are you looking for a .NET sample for http://code.google.com/apis/sites/?
Does this help? http://code.google.com/apis/gdata/articles/dotnet_client_lib.html
Also, see http://code.google.com/p/gdata-samples/source/browse/trunk/sites/dotnet/SitesAPIDemo.cs