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

파일 보기 프로젝트 열기: cake-build/website 1 사용 예제들

공개 메소드들

메소드 설명
GetArchiveLink ( System.DateTime time ) : string
GetAuthorLink ( string author ) : string
GetGitHubLink ( Topic topic ) : string
GetLink ( Cake.Web.Core.Content.Blog.BlogCategory category ) : string
GetLink ( Cake.Web.Core.Content.Blog.BlogPost post ) : string
GetLink ( Topic topic ) : string
GetLink ( Cake.Web.Core.Content.Documentation.TopicSection section ) : string

메소드 상세

GetArchiveLink() 공개 정적인 메소드

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

GetAuthorLink() 공개 정적인 메소드

public static GetAuthorLink ( string author ) : string
author string
리턴 string

GetGitHubLink() 공개 정적인 메소드

public static GetGitHubLink ( Topic topic ) : string
topic Cake.Web.Core.Content.Documentation.Topic
리턴 string

GetLink() 공개 정적인 메소드

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

GetLink() 공개 정적인 메소드

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

GetLink() 공개 정적인 메소드

public static GetLink ( Topic topic ) : string
topic Cake.Web.Core.Content.Documentation.Topic
리턴 string

GetLink() 공개 정적인 메소드

public static GetLink ( Cake.Web.Core.Content.Documentation.TopicSection section ) : string
section Cake.Web.Core.Content.Documentation.TopicSection
리턴 string