AreaRegistration.RegisterAllAreas Method
Visual Studio 2010
Registers all areas in an ASP.NET MVC application.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RegisterAllAreas | Registers all areas in an ASP.NET MVC application. |
|
RegisterAllAreas(Object) | Registers all areas in an ASP.NET MVC application by using the specified user-defined information. |
The RegisterAllAreas method finds all types in the application domain that derive from AreaRegistration and calls each of their RegisterArea methods.
Community Additions
ADD
Show: