C# Class Cake.Web.Helpers.BlogHelper

Afficher le fichier Open project: cake-build/website

Méthodes publiques

Méthode Description
GetArchiveLink ( this helper, System.DateTime time ) : string
GetAuthorLink ( this helper, string author ) : string
GetLink ( this helper, Cake.Web.Core.Content.Blog.BlogCategory category ) : string
GetLink ( this helper, Cake.Web.Core.Content.Blog.BlogPost post ) : string
GetNextPageLink ( this helper, BlogPageViewModel model ) : string
GetPreviousPageLink ( this helper, BlogPageViewModel model ) : string
RenderCategoryList ( this helper, Cake.Web.Core.Content.Blog.BlogPost post ) : IHtmlString

Method Details

GetArchiveLink() public static méthode

public static GetArchiveLink ( this helper, System.DateTime time ) : string
helper this
time System.DateTime
Résultat string

GetAuthorLink() public static méthode

public static GetAuthorLink ( this helper, string author ) : string
helper this
author string
Résultat string

GetLink() public static méthode

public static GetLink ( this helper, Cake.Web.Core.Content.Blog.BlogCategory category ) : string
helper this
category Cake.Web.Core.Content.Blog.BlogCategory
Résultat string

GetLink() public static méthode

public static GetLink ( this helper, Cake.Web.Core.Content.Blog.BlogPost post ) : string
helper this
post Cake.Web.Core.Content.Blog.BlogPost
Résultat string

GetNextPageLink() public static méthode

public static GetNextPageLink ( this helper, BlogPageViewModel model ) : string
helper this
model Cake.Web.Models.BlogPageViewModel
Résultat string

GetPreviousPageLink() public static méthode

public static GetPreviousPageLink ( this helper, BlogPageViewModel model ) : string
helper this
model Cake.Web.Models.BlogPageViewModel
Résultat string

RenderCategoryList() public static méthode

public static RenderCategoryList ( this helper, Cake.Web.Core.Content.Blog.BlogPost post ) : IHtmlString
helper this
post Cake.Web.Core.Content.Blog.BlogPost
Résultat IHtmlString