C# 클래스 Cake.Web.Helpers.BlogHelper

파일 보기 프로젝트 열기: cake-build/website

공개 메소드들

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

메소드 상세

GetArchiveLink() 공개 정적인 메소드

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

GetAuthorLink() 공개 정적인 메소드

public static GetAuthorLink ( this helper, string author ) : string
helper this
author string
리턴 string

GetLink() 공개 정적인 메소드

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

GetLink() 공개 정적인 메소드

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

GetNextPageLink() 공개 정적인 메소드

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

GetPreviousPageLink() 공개 정적인 메소드

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

RenderCategoryList() 공개 정적인 메소드

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