Méthode | Description | |
---|---|---|
ActionUrlBuilder ( System.Web.HttpContextBase httpContext, System.Web.HttpRequestBase httpRequest ) : System | ||
GetActionUrl ( string action, string controller ) : string | ||
GetActionUrl ( string action, string controller, object routeValues ) : string |
Méthode | Description | |
---|---|---|
CreateRequestContext ( ) : System.Web.Routing.RequestContext | ||
GetBaseUrl ( ) : string | ||
GetUrlHelper ( ) : System.Web.Mvc.UrlHelper |
public ActionUrlBuilder ( System.Web.HttpContextBase httpContext, System.Web.HttpRequestBase httpRequest ) : System | ||
httpContext | System.Web.HttpContextBase | |
httpRequest | System.Web.HttpRequestBase | |
Résultat | System |
public GetActionUrl ( string action, string controller ) : string | ||
action | string | |
controller | string | |
Résultat | string |
public GetActionUrl ( string action, string controller, object routeValues ) : string | ||
action | string | |
controller | string | |
routeValues | object | |
Résultat | string |