메소드 | 설명 | |
---|---|---|
RubyViewEngine ( IRubyEngine rubyEngine ) : System.IO |
메소드 | 설명 | |
---|---|---|
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView | ||
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView |
메소드 | 설명 | |
---|---|---|
GetContents ( string path ) : string | ||
GetView ( string virtualPath, System.Web.Mvc.IronRuby.ViewEngine.RubyView masterView ) : System.Web.Mvc.IronRuby.ViewEngine.RubyView |
protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView | ||
controllerContext | ControllerContext | |
partialPath | string | |
리턴 | IView |
protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView | ||
controllerContext | ControllerContext | |
viewPath | string | |
masterPath | string | |
리턴 | IView |
public RubyViewEngine ( IRubyEngine rubyEngine ) : System.IO | ||
rubyEngine | IRubyEngine | |
리턴 | System.IO |