C# Class RaccoonBlog.Web.Helpers.PostUrlHelperExtensions

ファイルを表示 Open project: ayende/RaccoonBlog

Public Methods

Method Description
Post ( this helper, int id, string slug ) : string
Series ( this helper, int seriesId, string seriesSlug ) : string

Method Details

Post() public static method

public static Post ( this helper, int id, string slug ) : string
helper this
id int
slug string
return string

Series() public static method

public static Series ( this helper, int seriesId, string seriesSlug ) : string
helper this
seriesId int
seriesSlug string
return string