C# Class Orchard.Mvc.Extensions.UrlHelperExtensions

Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode 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 méthode

public static AbsoluteAction ( this urlHelper, Func urlAction ) : string
urlHelper this
urlAction Func
Résultat string

AbsoluteAction() public static méthode

public static AbsoluteAction ( this urlHelper, string actionName ) : string
urlHelper this
actionName string
Résultat string

AbsoluteAction() public static méthode

public static AbsoluteAction ( this urlHelper, string actionName, object routeValues ) : string
urlHelper this
actionName string
routeValues object
Résultat string

AbsoluteAction() public static méthode

public static AbsoluteAction ( this urlHelper, string actionName, string controller ) : string
urlHelper this
actionName string
controller string
Résultat string

AbsoluteAction() public static méthode

public static AbsoluteAction ( this urlHelper, string actionName, string controller, object routeValues ) : string
urlHelper this
actionName string
controller string
routeValues object
Résultat string

MakeAbsolute() public static méthode

public static MakeAbsolute ( this urlHelper, string url, string baseUrl = null ) : string
urlHelper this
url string
baseUrl string
Résultat string