C# Class MovingScrewdriver.Web.Extensions.HtmlHelperExtensions

Afficher le fichier Open project: Gutek/MovingScrewdriver

Méthodes publiques

Méthode Description
FirstPageUrl ( this html, bool absolute = true ) : string
LastPageUrl ( this html, int page, bool absolute = true ) : string
NextPageUrl ( this html, int page, bool absolute = true ) : string
PrevPageUrl ( this html, int page, bool absolute = true ) : string
TrackbackRdf ( this html, PostViewModel post ) : System.Web.Mvc.MvcHtmlString

Private Methods

Méthode Description
GetTrackbackRdf ( string postUrl, System.Web.Mvc.MvcHtmlString postTitle, string trackbackUrl ) : string
get_link_with_route_data ( HtmlHelper html, int page, bool absolute = true ) : string

Method Details

FirstPageUrl() public static méthode

public static FirstPageUrl ( this html, bool absolute = true ) : string
html this
absolute bool
Résultat string

LastPageUrl() public static méthode

public static LastPageUrl ( this html, int page, bool absolute = true ) : string
html this
page int
absolute bool
Résultat string

NextPageUrl() public static méthode

public static NextPageUrl ( this html, int page, bool absolute = true ) : string
html this
page int
absolute bool
Résultat string

PrevPageUrl() public static méthode

public static PrevPageUrl ( this html, int page, bool absolute = true ) : string
html this
page int
absolute bool
Résultat string

TrackbackRdf() public static méthode

public static TrackbackRdf ( this html, PostViewModel post ) : System.Web.Mvc.MvcHtmlString
html this
post MovingScrewdriver.Web.ViewModels.PostViewModel
Résultat System.Web.Mvc.MvcHtmlString