Represents syndication content that consists of a URL to another resource.
Public Class UrlSyndicationContent _ Inherits SyndicationContent
Dim instance As UrlSyndicationContent
public class UrlSyndicationContent : SyndicationContent
public ref class UrlSyndicationContent : public SyndicationContent
public class UrlSyndicationContent extends SyndicationContent
The following example demonstrates how to use the UrlSyndicationContent class.
Dim urlContent As UrlSyndicationContent = New UrlSyndicationContent(New Uri("http://localhost/content"), "text/html")
UrlSyndicationContent urlContent = new UrlSyndicationContent(new Uri("http://localhost/content"), "text/html");
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003