C# Class Rf.Sites.Features.FeedProvisionEndpoint

Afficher le fichier Open project: flq/Rf.Sites

Méthodes publiques

Méthode Description
AtomFeed ( InputFeedTag tag ) : FeedModel
FeedProvisionEndpoint ( IRepository contents, IUrlRegistry registry, ServerVariables vars, PaginationSettings pagination, SiteSettings site ) : System
RssFeed ( InputFeedTag tag ) : FeedModel

Private Methods

Méthode Description
AppendSubtitle ( string tag ) : void
ContentFeed ( string tag ) : FeedModel
GetQueryable ( string tag ) : IQueryable

Method Details

AtomFeed() public méthode

public AtomFeed ( InputFeedTag tag ) : FeedModel
tag InputFeedTag
Résultat Rf.Sites.Features.Models.FeedModel

FeedProvisionEndpoint() public méthode

public FeedProvisionEndpoint ( IRepository contents, IUrlRegistry registry, ServerVariables vars, PaginationSettings pagination, SiteSettings site ) : System
contents IRepository
registry IUrlRegistry
vars Rf.Sites.Frame.SiteInfrastructure.ServerVariables
pagination Rf.Sites.Frame.PaginationSettings
site Rf.Sites.Frame.SiteSettings
Résultat System

RssFeed() public méthode

public RssFeed ( InputFeedTag tag ) : FeedModel
tag InputFeedTag
Résultat Rf.Sites.Features.Models.FeedModel