C# 클래스 Ramone.MediaTypes.Atom.AtomLinkExtensions

파일 보기 프로젝트 열기: JornWildt/Ramone

공개 메소드들

메소드 설명
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