我正在使用ASP.Net的內置類爲網站創建XML Feed。下面的代碼我有, SyndicationFeed myFeed = new SyndicationFeed();
myFeed.Title = TextSyndicationContent.CreatePlaintextContent
("XYZ - In the first line <br/> in the secon
我設置了具有自定義元素的自定義rss源。我需要添加一個自定義元素在其中的自定義屬性。 到目前爲止,我已經建立了一個飼料是這樣的: var testItem = new SyndicationItem("title", "description", new Uri("http://myuri.com"));
customItem.ElementExtensions.Add("customElem