C# 클래스 MovingScrewdriver.Web.Extensions.HtmlHelperExtensions

파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetTrackbackRdf ( string postUrl, System.Web.Mvc.MvcHtmlString postTitle, string trackbackUrl ) : string
get_link_with_route_data ( HtmlHelper html, int page, bool absolute = true ) : string

메소드 상세

FirstPageUrl() 공개 정적인 메소드

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

LastPageUrl() 공개 정적인 메소드

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

NextPageUrl() 공개 정적인 메소드

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

PrevPageUrl() 공개 정적인 메소드

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

TrackbackRdf() 공개 정적인 메소드

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