C# Class MvcToFubu.Core.ControllerContextBehavior

A behavior that gives access to the ControllerContext in use for the current ASP.NET MVC action This will likely be the base class to alot of your behaviors you use with ASP.NET MVC
Inheritance: FubuMVC.Core.Behaviors.BasicBehavior
Mostrar archivo Open project: bobpace/MvcToFubu

Public Methods

Method Description
ControllerContextBehavior ( ) : System.Web.Mvc

Method Details

ControllerContextBehavior() public method

public ControllerContextBehavior ( ) : System.Web.Mvc
return System.Web.Mvc