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
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
RegisterArea ( System.Web.Mvc.AreaRegistrationContext context, IApplicationBus bus ) : void

Method Details

RegisterArea() public méthode

public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context, IApplicationBus bus ) : void
context System.Web.Mvc.AreaRegistrationContext
bus IApplicationBus
Résultat void