C# Class Open.Core.Web.AreaRegistration

Registration of Open.Core.Web as a portable area that can be referenced by an ASP.NET MVC web-server.
Inheritance: MvcContrib.PortableAreas.PortableAreaRegistration
Datei anzeigen Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
RegisterArea ( System.Web.Mvc.AreaRegistrationContext context, IApplicationBus bus ) : void

Method Details

RegisterArea() public method

public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context, IApplicationBus bus ) : void
context System.Web.Mvc.AreaRegistrationContext
bus IApplicationBus
return void