C# 클래스 NSemble.Modules.Blog.Helpers.UrlHelpers

파일 보기 프로젝트 열기: synhershko/NSemble

공개 메소드들

메소드 설명
BlogUrl ( string prefix, int year, int month, IEnumerable tags, int page ) : string
CommentsCountText ( this post ) : IHtmlString
TagLinks ( string prefix, IEnumerable tags ) : IHtmlString
ToAdminEditUrl ( this post, string prefix ) : string
ToUrl ( this post, string prefix ) : string

메소드 상세

BlogUrl() 공개 정적인 메소드

public static BlogUrl ( string prefix, int year, int month, IEnumerable tags, int page ) : string
prefix string
year int
month int
tags IEnumerable
page int
리턴 string

CommentsCountText() 공개 정적인 메소드

public static CommentsCountText ( this post ) : IHtmlString
post this
리턴 IHtmlString

TagLinks() 공개 정적인 메소드

public static TagLinks ( string prefix, IEnumerable tags ) : IHtmlString
prefix string
tags IEnumerable
리턴 IHtmlString

ToAdminEditUrl() 공개 정적인 메소드

public static ToAdminEditUrl ( this post, string prefix ) : string
post this
prefix string
리턴 string

ToUrl() 공개 정적인 메소드

public static ToUrl ( this post, string prefix ) : string
post this
prefix string
리턴 string