Ejemplo n.º 1
0
 protected static SyndicationLink CreateLink(SyndicationItem item) => SyndicationFeedFormatter.CreateLink(item);
Ejemplo n.º 2
0
 protected static SyndicationLink CreateLink(SyndicationItem item)
 {
     return(SyndicationFeedFormatter.CreateLink(item));
 }