AreaRegistration Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way to register one or more areas in an ASP.NET MVC application.
public abstract class AreaRegistration
type AreaRegistration = class
Public MustInherit Class AreaRegistration
- Inheritance
-
AreaRegistration
Area |
Initializes a new instance of the AreaRegistration class. |
Area |
Gets the name of the area to register. |
Register |
Registers all areas in an ASP.NET MVC application. |
Register |
Registers all areas in an ASP.NET MVC application by using the specified user-defined information. |
Register |
Registers an area in an ASP.NET MVC application using the specified area's context information. |