Method | Description | |
---|---|---|
RubyViewEngine ( IRubyEngine rubyEngine ) : System.IO |
Method | Description | |
---|---|---|
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView | ||
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView |
Method | Description | |
---|---|---|
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 | |
return | IView |
protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView | ||
controllerContext | ControllerContext | |
viewPath | string | |
masterPath | string | |
return | IView |
public RubyViewEngine ( IRubyEngine rubyEngine ) : System.IO | ||
rubyEngine | IRubyEngine | |
return | System.IO |