Method | 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 |
public Action ( string actionName, Hash values ) : string | ||
actionName | string | |
values | Hash | |
return | string |
public Action ( string actionName, string controllerName ) : string | ||
actionName | string | |
controllerName | string | |
return | string |
public Action ( string actionName, string controllerName, Hash values ) : string | ||
actionName | string | |
controllerName | string | |
values | Hash | |
return | string |
public RubyUrlHelper ( System.Web.Routing.RequestContext viewContext ) : System.Web.Mvc.IronRuby.Extensions | ||
viewContext | System.Web.Routing.RequestContext | |
return | System.Web.Mvc.IronRuby.Extensions |