C# Class MovingScrewdriver.Web.Extensions.HtmlHelperExtensions

Datei anzeigen Open project: Gutek/MovingScrewdriver

Public Methods

Method 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

Method 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 method

public static FirstPageUrl ( this html, bool absolute = true ) : string
html this
absolute bool
return string

LastPageUrl() public static method

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

NextPageUrl() public static method

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

PrevPageUrl() public static method

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

TrackbackRdf() public static method

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