C# Class Orchard.Mvc.Extensions.UrlHelperExtensions

Mostrar archivo Open project: ucdavis/Orchard

Public Methods

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

Method Details

AbsoluteAction() public static method

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

AbsoluteAction() public static method

public static AbsoluteAction ( this urlHelper, string actionName ) : string
urlHelper this
actionName string
return string

AbsoluteAction() public static method

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

AbsoluteAction() public static method

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

AbsoluteAction() public static method

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

MakeAbsolute() public static method

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