C# 클래스 Orchard.Mvc.Extensions.UrlHelperExtensions

파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
AbsoluteAction ( this urlHelper, Func urlAction ) : string
AbsoluteAction ( this urlHelper, string actionName ) : string
AbsoluteAction ( this urlHelper, string actionName, object routeValues ) : string
AbsoluteAction ( this urlHelper, string actionName, string controller ) : string
AbsoluteAction ( this urlHelper, string actionName, string controller, object routeValues ) : string
MakeAbsolute ( this urlHelper, string url, string baseUrl = null ) : string

메소드 상세

AbsoluteAction() 공개 정적인 메소드

public static AbsoluteAction ( this urlHelper, Func urlAction ) : string
urlHelper this
urlAction Func
리턴 string

AbsoluteAction() 공개 정적인 메소드

public static AbsoluteAction ( this urlHelper, string actionName ) : string
urlHelper this
actionName string
리턴 string

AbsoluteAction() 공개 정적인 메소드

public static AbsoluteAction ( this urlHelper, string actionName, object routeValues ) : string
urlHelper this
actionName string
routeValues object
리턴 string

AbsoluteAction() 공개 정적인 메소드

public static AbsoluteAction ( this urlHelper, string actionName, string controller ) : string
urlHelper this
actionName string
controller string
리턴 string

AbsoluteAction() 공개 정적인 메소드

public static AbsoluteAction ( this urlHelper, string actionName, string controller, object routeValues ) : string
urlHelper this
actionName string
controller string
routeValues object
리턴 string

MakeAbsolute() 공개 정적인 메소드

public static MakeAbsolute ( this urlHelper, string url, string baseUrl = null ) : string
urlHelper this
url string
baseUrl string
리턴 string