C# Class Ramone.MediaTypes.Atom.AtomLinkExtensions

Afficher le fichier Open project: JornWildt/Ramone

Méthodes publiques

Méthode 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 méthode

public static Follow ( this link, ISession session ) : Request
link this
session ISession
Résultat Request

Link() public static méthode

public static Link ( this link ) : AtomLink
link this
Résultat AtomLink

Links() public static méthode

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
Résultat IEnumerable

Links() public static méthode

public static Links ( this links ) : IEnumerable
links this
Résultat IEnumerable

Select() public static méthode

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