메소드 | 설명 | |
---|---|---|
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 | |
리턴 | string |
public Action ( string actionName, string controllerName ) : string | ||
actionName | string | |
controllerName | string | |
리턴 | string |
public Action ( string actionName, string controllerName, Hash values ) : string | ||
actionName | string | |
controllerName | string | |
values | Hash | |
리턴 | string |
public RubyUrlHelper ( System.Web.Routing.RequestContext viewContext ) : System.Web.Mvc.IronRuby.Extensions | ||
viewContext | System.Web.Routing.RequestContext | |
리턴 | System.Web.Mvc.IronRuby.Extensions |