C# Class NSemble.Modules.Blog.Helpers.UrlHelpers

Afficher le fichier Open project: synhershko/NSemble

Méthodes publiques

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

Method Details

BlogUrl() public static méthode

public static BlogUrl ( string prefix, int year, int month, IEnumerable tags, int page ) : string
prefix string
year int
month int
tags IEnumerable
page int
Résultat string

CommentsCountText() public static méthode

public static CommentsCountText ( this post ) : IHtmlString
post this
Résultat IHtmlString

TagLinks() public static méthode

public static TagLinks ( string prefix, IEnumerable tags ) : IHtmlString
prefix string
tags IEnumerable
Résultat IHtmlString

ToAdminEditUrl() public static méthode

public static ToAdminEditUrl ( this post, string prefix ) : string
post this
prefix string
Résultat string

ToUrl() public static méthode

public static ToUrl ( this post, string prefix ) : string
post this
prefix string
Résultat string