C# Class Kooboo.Commerce.Web.Framework.Mvc.AddinAreaRegistration

Inheritance: System.Web.Mvc.AreaRegistration
显示文件 Open project: Kooboo/Ecommerce

Public Methods

Method Description
RegisterArea ( AddinAreaRegistrationContext context ) : void
RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void

Method Details

RegisterArea() public abstract method

public abstract RegisterArea ( AddinAreaRegistrationContext context ) : void
context AddinAreaRegistrationContext
return void

RegisterArea() public final method

public final RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void
context System.Web.Mvc.AreaRegistrationContext
return void