コード例 #1
0
 /// <summary>
 /// Returns the Rss Url, where the default protocol "http" is replaced by the
 /// standard "feed" protocol
 /// </summary>
 /// <returns>a string like this: "feed://www.mysite.com/SyndicationService.asmx/GetRss"</returns>
 public static string GetFeedUrl()
 {
     return(SiteUtilities.GetFeedUrl());
 }
コード例 #2
0
 /// <summary>
 /// Returns the Rss Url, where the default protocol "http" is replaced by the
 /// standard "feed" protocol
 /// </summary>
 /// <param name="siteConfig">SiteConfig</param>
 /// <returns>a string like this: "feed://www.mysite.com/SyndicationService.asmx/GetRss"</returns>
 public static string GetFeedUrl(SiteConfig siteConfig)
 {
     return(SiteUtilities.GetFeedUrl(siteConfig));
 }