Method | Description | |
---|---|---|
FindAction ( ControllerContext controllerContext, string actionName ) : ActionDescriptor |
Finds the action.
|
|
GetCanonicalActions ( ) : ActionDescriptor[] |
Gets the canonical actions.
|
|
RubyControllerDescriptor ( |
Initializes a new instance of the RubyControllerDescriptor class.
|
public FindAction ( ControllerContext controllerContext, string actionName ) : ActionDescriptor | ||
controllerContext | ControllerContext | The controller context. |
actionName | string | The name of the action. |
return | ActionDescriptor |
public GetCanonicalActions ( ) : ActionDescriptor[] | ||
return | ActionDescriptor[] |
public RubyControllerDescriptor ( |
||
rubyClass | The ruby class. | |
engine | IRubyEngine | The engine. |
return | System.Web.Mvc.IronRuby.Core |