C# 클래스 System.Web.Mvc.IronRuby.Helpers.RubyUrlHelper

상속: UrlHelper
파일 보기 프로젝트 열기: jschementi/ironrubymvc

공개 메소드들

메소드 설명
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

메소드 상세

Action() 공개 메소드

public Action ( Hash values ) : string
values Hash
리턴 string

Action() 공개 메소드

public Action ( string actionName ) : string
actionName string
리턴 string

Action() 공개 메소드

public Action ( string actionName, Hash values ) : string
actionName string
values Hash
리턴 string

Action() 공개 메소드

public Action ( string actionName, string controllerName ) : string
actionName string
controllerName string
리턴 string

Action() 공개 메소드

public Action ( string actionName, string controllerName, Hash values ) : string
actionName string
controllerName string
values Hash
리턴 string

E() 공개 메소드

public E ( object value ) : string
value object
리턴 string

E() 공개 메소드

public E ( string value ) : string
value string
리턴 string

RubyUrlHelper() 공개 메소드

public RubyUrlHelper ( System.Web.Routing.RequestContext viewContext ) : System.Web.Mvc.IronRuby.Extensions
viewContext System.Web.Routing.RequestContext
리턴 System.Web.Mvc.IronRuby.Extensions