C# Class System.Web.Mvc.IronRuby.Helpers.RubyUrlHelper

Inheritance: UrlHelper
Afficher le fichier Open project: jschementi/ironrubymvc

Méthodes publiques

Méthode Description
Action ( Hash values ) : string
Action ( string actionName ) : string
Action ( string actionName, Hash values ) : string
Action ( string actionName, string controllerName ) : string
Action ( string actionName, string controllerName, Hash values ) : string
E ( object value ) : string
E ( string value ) : string
RubyUrlHelper ( System.Web.Routing.RequestContext viewContext ) : System.Web.Mvc.IronRuby.Extensions

Method Details

Action() public méthode

public Action ( Hash values ) : string
values Hash
Résultat string

Action() public méthode

public Action ( string actionName ) : string
actionName string
Résultat string

Action() public méthode

public Action ( string actionName, Hash values ) : string
actionName string
values Hash
Résultat string

Action() public méthode

public Action ( string actionName, string controllerName ) : string
actionName string
controllerName string
Résultat string

Action() public méthode

public Action ( string actionName, string controllerName, Hash values ) : string
actionName string
controllerName string
values Hash
Résultat string

E() public méthode

public E ( object value ) : string
value object
Résultat string

E() public méthode

public E ( string value ) : string
value string
Résultat string

RubyUrlHelper() public méthode

public RubyUrlHelper ( System.Web.Routing.RequestContext viewContext ) : System.Web.Mvc.IronRuby.Extensions
viewContext System.Web.Routing.RequestContext
Résultat System.Web.Mvc.IronRuby.Extensions