C# Class Cake.Web.Helpers.LinkHelper

Datei anzeigen Open project: cake-build/website Class Usage Examples

Public Methods

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

Method Details

GetArchiveLink() public static method

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

GetAuthorLink() public static method

public static GetAuthorLink ( string author ) : string
author string
return string

GetGitHubLink() public static method

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

GetLink() public static method

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

GetLink() public static method

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

GetLink() public static method

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

GetLink() public static method

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