C# Class Cake.Web.Helpers.LinkHelper

Afficher le fichier Open project: cake-build/website Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetArchiveLink ( System.DateTime time ) : string
time System.DateTime
Résultat string

GetAuthorLink() public static méthode

public static GetAuthorLink ( string author ) : string
author string
Résultat string

GetGitHubLink() public static méthode

public static GetGitHubLink ( Topic topic ) : string
topic Cake.Web.Core.Content.Documentation.Topic
Résultat string

GetLink() public static méthode

public static GetLink ( Cake.Web.Core.Content.Blog.BlogCategory category ) : string
category Cake.Web.Core.Content.Blog.BlogCategory
Résultat string

GetLink() public static méthode

public static GetLink ( Cake.Web.Core.Content.Blog.BlogPost post ) : string
post Cake.Web.Core.Content.Blog.BlogPost
Résultat string

GetLink() public static méthode

public static GetLink ( Topic topic ) : string
topic Cake.Web.Core.Content.Documentation.Topic
Résultat string

GetLink() public static méthode

public static GetLink ( Cake.Web.Core.Content.Documentation.TopicSection section ) : string
section Cake.Web.Core.Content.Documentation.TopicSection
Résultat string