C# 클래스 RaccoonBlog.Web.Helpers.PostUrlHelperExtensions

파일 보기 프로젝트 열기: ayende/RaccoonBlog

공개 메소드들

메소드 설명
Post ( this helper, int id, string slug ) : string
Series ( this helper, int seriesId, string seriesSlug ) : string

메소드 상세

Post() 공개 정적인 메소드

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

Series() 공개 정적인 메소드

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