Method | Description | |
---|---|---|
RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void |
Registers an area in an ASP.NET MVC application using the specified area's context information.
|
Method | Description | |
---|---|---|
SetupModules ( ) : void |
Setups the modules.
|
|
SetupPermissions ( ) : void | ||
SetupPlugins ( IEnumerable |
Setups the plugins.
|
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. |
return | void |
protected static SetupPlugins ( IEnumerable |
||
plugins | IEnumerable |
The plugins. |
return | void |