使用 .Net 创建 Google 网站

发布于 2024-11-03 18:30:39 字数 160 浏览 5 评论 0原文

我正在开发一个 C# 应用程序来创建 Google 网站,但我找不到任何示例代码。任何有关 C# 或 VB.Net 的帮助将不胜感激。

请帮忙!!!

感谢大家...

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

老子叫无熙 2024-11-10 18:30:39

您可以在此处找到有关 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。但请注意...

此功能仅适用于 Google Apps 域。

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...

This feature is only available to Google Apps domains.

巴黎夜雨 2024-11-10 18:30:39

您是否正在编写 .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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文