C# Class Castle.MonoRail.ActionResultContext

Inheritance: BaseMvcContext
Show file Open project: johnsimons/MonoRail3 Class Usage Examples

Public Methods

Method Description
ActionResultContext ( string areaName, string controllerName, string actionName ) : Hosting.Mvc

Method Details

ActionResultContext() public method

public ActionResultContext ( string areaName, string controllerName, string actionName ) : Hosting.Mvc
areaName string
controllerName string
actionName string
return Hosting.Mvc