C# Class Cake.Web.Helpers.BlogHelper

Mostrar archivo Open project: cake-build/website

Public Methods

Method 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 method

public static GetArchiveLink ( this helper, System.DateTime time ) : string
helper this
time System.DateTime
return string

GetAuthorLink() public static method

public static GetAuthorLink ( this helper, string author ) : string
helper this
author string
return string

GetLink() public static method

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

GetLink() public static method

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

GetNextPageLink() public static method

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

GetPreviousPageLink() public static method

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

RenderCategoryList() public static method

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