1 write to Link
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
386textInput.Link = new SyndicationLink(new Uri(value, UriKind.RelativeOrAbsolute));
2 references to Link
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
968writer.WriteElementString(Rss20Constants.LinkTag, Feed.InternalTextInput.Link.GetAbsoluteUri().ToString());
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
407return textInput.Description != null && textInput.Title != null && textInput.Name != null && textInput.Link != null;