This topic has not yet been rated - Rate this topic

AreaRegistration.RegisterAllAreas Method

Registers all areas in an ASP.NET MVC application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public static void RegisterAllAreas()

The RegisterAllAreas method finds all types in the application domain that derive from AreaRegistration and calls each of their RegisterArea methods.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.