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, |
||
GetPreviousPageLink ( this helper, |
||
RenderCategoryList ( this helper, Cake.Web.Core.Content.Blog.BlogPost post ) : IHtmlString |
public static GetArchiveLink ( this helper, System.DateTime time ) : string | ||
helper | this | |
time | System.DateTime | |
return | string |
public static GetAuthorLink ( this helper, string author ) : string | ||
helper | this | |
author | string | |
return | string |
public static GetLink ( this helper, Cake.Web.Core.Content.Blog.BlogCategory category ) : string | ||
helper | this | |
category | Cake.Web.Core.Content.Blog.BlogCategory | |
return | string |
public static GetLink ( this helper, Cake.Web.Core.Content.Blog.BlogPost post ) : string | ||
helper | this | |
post | Cake.Web.Core.Content.Blog.BlogPost | |
return | string |
public static GetNextPageLink ( this helper, |
||
helper | this | |
model | ||
return | string |
public static GetPreviousPageLink ( this helper, |
||
helper | this | |
model | ||
return | string |
public static RenderCategoryList ( this helper, Cake.Web.Core.Content.Blog.BlogPost post ) : IHtmlString | ||
helper | this | |
post | Cake.Web.Core.Content.Blog.BlogPost | |
return | IHtmlString |