C# Class Core.Web.Areas.Admin.AdminAreaRegistration

Registers admin area.
Inheritance: System.Web.Mvc.AreaRegistration
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

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

Registers an area in an ASP.NET MVC application using the specified area's context information.

Méthodes protégées

Méthode Description
SetupModules ( ) : void

Setups the modules.

SetupPermissions ( ) : void
SetupPlugins ( IEnumerable plugins ) : void

Setups the plugins.

Method Details

RegisterArea() public méthode

Registers an area in an ASP.NET MVC application using the specified area's context information.
public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void
context System.Web.Mvc.AreaRegistrationContext Encapsulates the information that is required in order to register the area.
Résultat void

SetupModules() protected static méthode

Setups the modules.
protected static SetupModules ( ) : void
Résultat void

SetupPermissions() protected static méthode

protected static SetupPermissions ( ) : void
Résultat void

SetupPlugins() protected static méthode

Setups the plugins.
protected static SetupPlugins ( IEnumerable plugins ) : void
plugins IEnumerable The plugins.
Résultat void