C# Class Castle.MonoRail.Hosting.Mvc.ViewResolutionContext

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

Public Methods

Method Description
ViewResolutionContext ( BaseMvcContext copy )
ViewResolutionContext ( string areaName, string controllerName, string actionName )

Method Details

ViewResolutionContext() public method

public ViewResolutionContext ( BaseMvcContext copy )
copy BaseMvcContext

ViewResolutionContext() public method

public ViewResolutionContext ( string areaName, string controllerName, string actionName )
areaName string
controllerName string
actionName string