C# Класс Ramone.MediaTypes.Atom.AtomLinkExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Follow() публичный статический Метод

public static Follow ( this link, ISession session ) : Request
link this
session ISession
Результат Request

Link() публичный статический Метод

public static Link ( this link ) : AtomLink
link this
Результат AtomLink

Links() публичный статический Метод

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
Результат IEnumerable

Links() публичный статический Метод

public static Links ( this links ) : IEnumerable
links this
Результат IEnumerable

Select() публичный статический Метод

public static Select ( this links, string rel, MediaType mediaType = null ) : AtomLink
links this
rel string
mediaType MediaType
Результат AtomLink