C# Class RaccoonBlog.Web.Helpers.PostUrlHelperExtensions

Afficher le fichier Open project: ayende/RaccoonBlog

Méthodes publiques

Méthode Description
Post ( this helper, int id, string slug ) : string
Series ( this helper, int seriesId, string seriesSlug ) : string

Method Details

Post() public static méthode

public static Post ( this helper, int id, string slug ) : string
helper this
id int
slug string
Résultat string

Series() public static méthode

public static Series ( this helper, int seriesId, string seriesSlug ) : string
helper this
seriesId int
seriesSlug string
Résultat string