C# Class Ramone.MediaTypes.Atom.AtomLinkExtensions

Mostrar archivo Open project: JornWildt/Ramone

Public Methods

Method Description
Follow ( this link, ISession session ) : Request
Link ( this link ) : AtomLink
Links ( this feed ) : IEnumerable

Get all links in the syndication feed as a sequence of ILink. Do not include links from feed items.

Links ( this links ) : IEnumerable
Select ( this links, string rel, MediaType mediaType = null ) : AtomLink

Method Details

Follow() public static method

public static Follow ( this link, ISession session ) : Request
link this
session ISession
return Request

Link() public static method

public static Link ( this link ) : AtomLink
link this
return AtomLink

Links() public static method

Get all links in the syndication feed as a sequence of ILink. Do not include links from feed items.
public static Links ( this feed ) : IEnumerable
feed this
return IEnumerable

Links() public static method

public static Links ( this links ) : IEnumerable
links this
return IEnumerable

Select() public static method

public static Select ( this links, string rel, MediaType mediaType = null ) : AtomLink
links this
rel string
mediaType MediaType
return AtomLink