C# Class BeerConf.Web.MvcApplication

Inheritance: WindsorMvcApplication
Show file Open project: hazzik/beerconf-website

Public Methods

Method Description
MvcApplication ( ) : System.Web.Hosting

Protected Methods

Method Description
OnStart ( ) : void

Private Methods

Method Description
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
RegisterRoutes ( RouteCollection routes ) : void

Method Details

MvcApplication() public method

public MvcApplication ( ) : System.Web.Hosting
return System.Web.Hosting

OnStart() protected method

protected OnStart ( ) : void
return void